
.form-group label{
    display:inline-block;
    padding: 12px 12px 12px 0;
    font-weight: bold;
}

.form-group input{
    border-radius: 5px;
    padding: 8px 12px;
    margin: 8px 0;
    box-sizing: border-box;
}



.form-group {
    display:grid;
    justify-content: center;
    position: relative;
    top: 10px;
}

.form-group .account-action {
    /*background-image: linear-gradient(-180deg,#3765e2 0%, #1E96CB 90%);*/
    background-color: white;
    color: black;
    height:1.5em;
    width: 120px;
    border-radius: .5rem;
    box-sizing: border-box;
    display: inline-block;
    /*color: #d2d8e7;*/
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    
}


.form-group .account-action:hover {
    background-image: linear-gradient(-180deg, #1D95C9 0%, #17795C 100%);
}

.form-group .errorlist {
    color: red;
}

.close-modal-button {
    /*background-image: linear-gradient(-180deg,#3765e2 0%, #1E96CB 90%);*/
    background-color: white;
    color: black;
    height:1.5em;
    width: 120px;
    border-radius: .5rem;
    box-sizing: border-box;
    display: inline-block;
    /*color: #d2d8e7;*/
    font-weight: 400;
    text-align: center;
    font-size: 20px;   
}

.close-modal-button:hover {
    background-color: aqua;
}
