﻿/*.alert-danger {
  border-color: #d12941 !important;
  color: white !important;
  background: #d12941 !important;
  font-size: 17px !important;
  font-family: "Open Sans", sans-serif !important;
}
*/
/*#AbpPageAlerts {
  display: none;
}*/

/*#captcha-txt input {
  text-transform: uppercase;
}
.margin-top-10 {
  margin-top: 10px !important;
}

.vidd-form .login-btn {
  width: 100% !important;
}
.text-regiter {
  text-align: center;
}
.forgot-pass {
  font-style: italic;
}
*/



* {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
}

body {
    background: none !important;
}

    body .row {
        margin: 0 auto;
    }

    a, button {
        cursor: pointer;
    }

img {
    max-width: 100%;
}

form {
    text-align: center;
    padding: 0 15px;
}

.form-group {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: left;
}

article {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    color: #66788A;
    font-weight: normal;
    width: 665px;
}

label,
span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #425A70;
    margin-bottom: 8px;
}

span {
    display: inline-block;
    vertical-align: sub;
}

.form-group input, .input-validation-error {
    border: 1px solid #E4E7EB !important;
}

.form-group label {
    font-weight: 700;
}

#AbpPageAlerts {
    position: fixed;
    top: 20px;
    right: -100%;
    opacity: 0;
    transition: all 0.5s ease;
}

    #AbpPageAlerts .alert {
        border: 1px solid #e39ba0;
        box-shadow: 0 0 15px -5px #de222f;
        color: #66788A;
    }
.form-group input:active, .form-group input:focus {
    border: 1px solid #5FA11D !important;
    box-shadow: 0 0 .2rem #5FA11D !important;
}

.input-validation-error.form-control:active, .input-validation-error.form-control:focus, .input-validation-error.form-control:visited, .input-validation-error.form-control {
    border-color: #EB5757 !important;
    box-shadow: 0 0 .2rem #EB5757 !important;
}

.field-validation-error.text-danger span {
    border: none !important;
    background: none !important;
    color: #425A70 !important;
}

input,
select {
    background: #FFF !important;
    border: 1px solid #E4E7EB !important;
    box-sizing: border-box;
    border-radius: 8px !important;
    height: 50px !important;
    width: 100% !important;
    padding-left: 15px !important;
}

.login-form .content-login {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 100vh;
    background: url(./../../images/login/register-left.png), url(./../../images/login/register-right.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    align-items: center;
}


.login-form {
    background-color: #f1f5f4;
}

.container-fluid {
    padding: 0 !important;
}

.custom-control-label {
    left: -77px;
    display: inline;
}

h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #234361;
    margin: 0px 0 30px;
}

.bg-form {
    max-width: 680px;
    margin: 40px auto 0 auto;
    background: #fff;
    padding: 30px 0px 60px 0;
    border-radius: 12px;
}

button {
    height: 50px;
    background: #5FA11D;
    border-radius: 8px !important;
    border: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
    margin-top: 20px !important;
    width: 100% !important;
    max-width: 600px !important;
}

.img-r {
    text-align: center;
}

.main {
    align-items: center;
    height: 100vh;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.left {
    background-color: #F1F5F4;
    display: flex;
    height: 100vh;
    align-items: center;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: -webkit-baseline-middle;
}

em {
    color: red;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.remember {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #66788A;
}

    p span {
        max-width: 600px;
        width: 100%;
        margin-bottom: 40px;
        padding: 0 15px;
    }

.item img {
    width: 24px;
    height: 24px;
}

.item {
    padding: 0 !important;
}

    .item a {
        color: #52606B;
    }

.action {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    margin: 20px auto 0;
}

    .action a, small {
        color: #5FA11D !important;
        font-weight: bold;
    }

span b {
    color: #5FA11D !important;
}

@media screen and (max-width: 1200px) {
    .login-form .content-login {
        background: url(./../../images/login/register-left-media.png), url(./../../images/login/register-right-media.png);
        background-position: left bottom, right bottom;
        background-repeat: no-repeat, no-repeat;
    }


}

@media screen and (max-width: 1366px) {
    .form-group {
        margin: 0 auto;
    }

    .bg-form {
        max-width: 580px;
        padding: 30px 0;
    }

    .login-remember .mb-2 {
        margin-left: 10%;
    }
}

    @media screen and (max-width: 992px) {
        .left {
            display: none;
        }

        .custom-control-label {
            left: -20% !important;
        }

        .login-remember .mb-2 {
            margin-left: -10%;
        }

        article {
            left: 50%;
            transform: translateX(-50%);
            width: fit-content;
            padding: 0 15px;
            text-align: center;
        }

        .right {
            margin-bottom: 48px;
        }
    }


    @media (min-width: 240px) and (max-width: 575px) {
        .custom-control-label {
            left: 0% !important;
        }

        .item {
            padding: 0 5px !important;
        }
        .login-remember .mb-2 {
            margin-left: -50%;
            transform: translateX(20px);
        }
    }