#Login_alert {
    background-color: #ffffff;
    height: 40px;
}

.register-photo {
    padding: 20px;
}

.register-photo .image-holder {
    display: table-cell;
    width: auto;
    background: url(../../assets/img/meeting.jpg);
    background-size: cover;
}

.register-photo .login-form {
    display: table-cell;
    width: 700px;
    height: 370px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #505e6c;
    vertical-align: middle;
}

.register-photo .login-form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.register-photo .login-form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 6px;
    height: 40px;
    padding: 5px;
    font-family: Raleway, sans-serif;
}

.register-photo .login-form .form-check {
    font-size: 13px;
    line-height: 20px;
}

.register-photo .login-form .btn-primary {
    background: #2c4aa0;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
}

.register-photo .login-form .btn-primary.btn-block {
    font-family: Raleway, sans-serif;
    text-transform: inherit;
    font-size: 0.875rem;
}

.register-photo .login-form .btn-primary:hover, .register-photo .login-form .btn-primary:active {
    background: #1f3061;
}

.register-photo .login-form .btn-primary:active {
    transform: translateY(1px);
}

.register-photo .login-form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}

.register-photo form {
    display: table-cell;
    width: 450px;
    background-color: #ffffff;
    padding: 10px 90px;
    color: #505e6c;
}

.register-photo form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.register-photo form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 6px;
    height: 40px;
    padding: 5px;
    font-family: Raleway, sans-serif;
}

.register-photo form .form-check {
    font-size: 13px;
    line-height: 20px;
}

.register-photo form .btn-primary {
    background: #007b4b;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: none !important;
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
    background: #4a4a4a;
}

.register-photo form .btn-primary:active {
    transform: translateY(1px);
}

.register-photo form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}

.already {
    color: rgb(50,55,58);
    font-family: Raleway, sans-serif;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 60%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 250px;
    right: 8px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
    left: 430px;
}

@media (min-width: 576px) {

    .modal-dialog {
        max-width: 50%;
        margin: 1.75rem auto;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        max-width: 90%;
    }

    .alert-validate::after {
        left: auto;
    }

    .alert-validate::before {
        max-width: 60%;
        left: 70px;
    }
}

.alert-warning {
    margin-top: 5%;
    margin-left: 1%;
    margin-right: 1%;
}

.wrap-input100 {
    text-align: inherit;
}

.validate-input {
    position: relative;
}

.modal_footer {
    margin: 5% 2% 5% 2%;
}

@media (min-width: 1355px) {
    .modal-dialog.small-width {
        max-width: 30%;
        margin: 1.75rem auto;
    }
}

@media (max-width: 576px) {
    .modal-dialog.small-width {
        max-width: 90%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .alert-validate::after {
        left: auto;
    }

    .alert-validate::before {
        max-width: 100%;
        left: 0px;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .register-photo {
        padding: 30px 20px !important;
    }
}