.modal-content .container label {
    font-size: 16px;
    font-weight: normal!important;
}
.modal-content .container .form-control {
    margin: 10px;
    width: 90%;
    height: 45px;
}
.modal-content .container .btn-success {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 10px;
    padding: 12px;
    background-color: #110089;
    border-color: #0c7cbf;
}
.switch_modal {
    text-align: center;
    margin-top: 5%;
}
.btn-group button {
    background-color: #475569; /* Green background */
    border: 1px solid #303c47; /* Green border */
    color: white; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}
.btn-group button.active {
    background-color: #303c47;
}
/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #303945;
}
/* set a style for all buttons*/

/*set styles for the cancel button*/
.cancelbtn {
    padding: 14px 20px;
    background-color: #FF2E00;
}
/*float cancel and signup buttons and add an equal width*/
.cancelbtn,
.signupbtn {
    float: left;
    width: 50%
}

/*add padding to container elements*/
.modal-content .container {
    padding: 20px;
    width: 90%;
    border: solid 0.5px #E0E0E0;
    border-radius: 10px;
    margin-right: 5%;
    margin-bottom: 10px;
    margin-top: 10px;


}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 40px;
}
/*define the modal-content background*/

.modal-content {
    background-color: #fefefe;
    margin: 0 auto 50% auto;
    border: 1px solid #888;
    width: 30%;

}
/*define the close button*/
.title_modal {
    font-size: 18px;
    border-bottom: 2px solid #110089;
    font-weight: normal;
    padding: 0px 5px 10px;
    margin-bottom: 15px;

}
.progress_load {
    margin-right: 45%;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: none;
}

.btn_reg {
    width: 100%;
    margin-top: 2%;
    padding: 12px;
    background-color: white;
    transition: 500ms;


}
.btn_reg:hover {
    background-color: #1b1e21;
    color: white;
}
.close_modal {
    position: absolute;
    left: 15px;
    top: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
.swal2-container {
    z-index: 9999!important;
}
