/* overide css*/
.container {
    width: calc(100% - 610px);
}

body{
    position: relative;
}
.confirm-home{
    color: white;
    text-decoration: none;
}
.confirm-home:hover{
    color: black;
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .card-note{
        padding: 0 !important;
    }
}
.button{
    margin-top: 40px;
    margin-bottom: 93px ;
   justify-content: center;
   text-align: center !important;
}
.confirm{
    justify-content: center;
    text-align: center !important;
}
.submit, .button-admit{
    justify-content: center;
    text-align: center !important;
}
.submit button{
    padding: 12px 23px !important;
    font-size: 16px;
    color: #ffffff !important;
}
.button button{
    padding: 13px 84px !important;
    color: #ffffff !important;
}
.confirm button{
    padding: 13px 29px !important;
}
.confirm button a{
    color: white !important;
    text-decoration: none;
}
.confirm button a:hover{
    color: black;
}
.sub-title{
    letter-spacing: 0.05em;
    height: auto !important;
}
.checkbox {
    margin-top: 11px;
    margin-bottom: 38px;
}
/* card note  */
.modal{
    padding-right: 0 !important;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 600px !important;
    margin: 1.75rem auto;
}
}
.has-error .form-control {
    border-color: #f80000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .help-block {
    color: #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #f80000;
    text-align: left;
}

.password-reset {
    position: relative;
}

.tick {
    display: none;
    right: 10px;
    top: 42%;
    position: absolute;
}