.d-desk {
    display: block !important;
}

.d-mob {
    display: none !important;
}

html,
body {
    height: 100%;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    overflow: auto;
}

@media (max-width: 1024px) {
    body {
        border-right: 0;
    }
}

.body-form-signin {
    background-color: #E8E8E8;
}

.login-duplo {
    margin: 15px;
}

    .login-duplo .btn {
        border-radius: 5px !important;
    }

    .login-duplo .logo {
        max-width: 110px;
        /*    margin-top: 50px; */
        margin-bottom: 15px;
    }

    .login-duplo h1 {
        text-align: center;
        font: normal normal normal 19px/23px Montserrat;
        letter-spacing: 0px;
        color: #58585B;
        opacity: 1;
        margin: 0px 5px 25px
    }

    .login-duplo .form-group{
        position:relative;
    }


        .login-duplo .form-group .togglePassword {
            cursor: pointer;
            position: absolute;
            font-size: 15px;
            top: 15px;
            right: 10px;
        }


        .login-duplo .form-group:has(label) .togglePassword {
            cursor: pointer;
            position: absolute;
            font-size: 15px;
            top: 38px;
            right: 10px;
        }

        .login-duplo .form-group .control-label {
            margin-bottom: 0;
        }

@media (min-width: 1200px) {
    .container.container-login {
        width: 500px;
    }
}

.login-duplo .form-control {
    position: relative;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin: 5px auto;
    font-size: 16px;
    color: #76787A;
    border: 1px solid #399948;
    border-radius: 5px;
}

.login-duplo .card-login-geral {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 35px;
}

.login-duplo .link-email {
    color: #399948;
    text-decoration: underline;
    font-weight: 700;
}

.login-duplo .button-toggle {
    display: block;
    width: 100%;
    text-align: center;
    color: #399948;
    margin-bottom: 30px;
}



    .login-duplo .button-toggle h2 {
        font-size: 25px;
        margin-top: 15px;
    }

.login-duplo h3 {
    font-weight: bold !important;
    text-align: center;
    font-size: 12px !important;
    margin: 8px !important;
}

.login-duplo .card-login {
    position: relative;
    background-color: #fff;
    /*    min-height: 540px;*/
    /*min-width: 608px;*/
}



.login-duplo .registrar {
    padding-left: 30px;
}

.login-duplo .form-control:focus {
    position: relative;
    box-sizing: border-box;
    height: 38px;
    margin: 10px auto;
    font-size: 16px;
    background: white;
    border: 0px;
    color: #76787A;
    border: 1px solid #399948;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #556b2f;
}

.login-duplo .field-validation-error {
    color: #DA0F22 !important;
    display: inline-block;
    width: 100%;
    text-align: left;
}

    .login-duplo .field-validation-error span {
        position: relative;
        top: px;
    }

.login-duplo .btn {
    height: 40px;
    line-height: 37px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    outline: none;
    border-radius: 2px;
    transition: all 0.5s;
    margin: 10px 0px
}

    .login-duplo .btn:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #399948;
    }

    .login-duplo .btn.btn-primary {
        color: white;
        background-color: #399948;
        border: 1px solid #399948;
    }

        .login-duplo .btn.btn-primary:hover {
            background-color: #006900;
            border: 1px solid #006900;
        }

    .login-duplo .btn.btn-outline-primary {
        color: #4E352E;
        font-weight: 700;
        border: 2px solid #4E352E;
        background-color: transparent;
        background-repeat: no-repeat;
    }

        .login-duplo .btn.btn-outline-primary:hover {
            color: white;
            background-color: #4E352E;
            border: 2px solid #4E352E;
        }

.login-duplo .btn-sm {
    height: 30px;
    line-height: 37px;
    font-weight: bold;
    font-size: 12px;
}

.login-duplo .forgot:focus {
    text-shadow: 1px 1px 8px #399948;
    outline: none;
}

.login-duplo .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #76787A;
    font-weight: 400;
    opacity: 0.8;
    font-size: 16px;
}

.login-duplo .form-control::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #76787A;
}

.login-duplo .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #76787A;
}



.login-duplo h3 {
    color: #58585B;
    opacity: 0.9; /* Firefox */
    font-weight: normal;
    font-size: 15px;
    margin: 15px;
}



.login-duplo .box-help h1 {
    font: normal normal normal 15px/19px Montserrat;
}



.login-duplo hr {
    border: 1px solid #BEBEBE;
    opacity: 1;
    margin: 30px 0px
}

.login-duplo h2 {
    text-align: center;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 2rem;
    color: #58585B;
    opacity: 1;
}

    .login-duplo h2 a {
        text-align: center;
        text-decoration: underline;
        font: normal normal bold 15px/19px Montserrat;
        letter-spacing: 0px;
        color: #3A8229;
    }

.login-duplo .box-help p {
    font: normal normal normal 11px/18px Montserrat;
}

.login-duplo .box-help a {
    text-align: center;
    text-decoration: underline;
    font: normal normal bold 11px/18px Montserrat;
    letter-spacing: 0px;
    color: #3A8229;
}




.login-duplo #inptPassword {
    margin-bottom: 5px;
}


.login-duplo .forgot {
    color: rgb(97, 100, 103);
    opacity: 0.9; /* Firefox */
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    /*margin: 10px 0px;*/
    font-weight: bold;
}

.login-duplo .label-remember-me {
    color: rgb(97, 100, 103);
    opacity: 0.9; /* Firefox */
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    margin: 0px 0px 5px;
    font-weight: bold;
}

.login-duplo .btn-facebook {
    color: white;
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

.login-duplo .btn-google {
    color: #616467;
    background-color: transparent;
    border: 1px solid #616467;
}

.login-duplo .login-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-duplo .btn-link {
    display: block;
    font-weight: bold;
    color: #006900;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 25px;
}
/* //////////////////////////////////////////////////////////// */

/* Customize the label (the checkbox-container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border: 1px solid #399948;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #399948;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #399948;
}

.checkbox-container input:focus ~ .checkmark {
    background-color: #399948;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #399948;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-help {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-body {
    padding: 0 !important;
}

.box-video a {
    color: #399948;
}

.box-help .box-video {
    cursor: pointer;
    display: flex;
    align-items: baseline;
}

    .box-help .box-video img {
        margin-right: 10px;
        margin-bottom: 3px;
    }

    .box-help .box-video p {
        color: #399948;
        text-decoration: underline;
        font-weight: 700;
    }

.box-help h1 {
    font-weight: 500;
    font-size: 2rem;
}
/* .box-help:first-child{
    margin-right: 100px;
} */
.box-infos {
    display: flex;
    width: 150%;
    margin-left: -27%;
    position: relative;
}

    .box-infos::after {
        content: '';
        width: 1px;
        height: 80px;
        position: absolute;
        top: 30px;
        left: 55%;
        background: black;
    }

/* // MOBILE /////////////////////////////////////// */
@media (max-width: 768px) {
    .d-desk {
        display: none !important;
    }

    .d-mob {
        display: block !important;
    }

    .login-duplo .logo {
        max-width: 100px;
    }

    .login-duplo .container {
        padding: 0;
    }

    .login-duplo .card-login-geral {
        background-color: transparent;
        box-shadow: none;
        margin: 0;
        min-width: 100%;
    }

    .login-duplo .card-login {
        padding: 25px 15px;
        overflow-y: hidden;
        /*height: 110px;*/
        transition: all .3s ease;
        position: relative;
    }

    .login-duplo .card-login {
        border-right: 0;
        margin-bottom: 20px;
    }

    .login-duplo .active-entrar {
        height: 425px;
    }

        .login-duplo .active-entrar .fa-sort-down, .login-duplo .active-registrar .fa-sort-down {
            opacity: 0;
        }

    .login-duplo .active-registrar {
        height: 380px;
    }

    .btns-rede {
        display: flex;
    }

    .login-duplo .btns-rede .col-6 {
        width: 50%;
        max-width: 50%;
    }

    .login-duplo .login-row {
        display: flex;
    }

        .login-duplo .login-row .col-6 {
            width: 50%;
            max-width: 50%;
        }

    .boxes-help {
        margin-top: 30px;
    }

        .boxes-help hr {
            border: 0.4px solid #BEBEBE;
        }

    .box-help {
        text-align: center;
    }
}
