﻿body {
    font-family: "Parkinsans", sans-serif !important;
    font-size: 14px;
    margin: 0;
}
.error {
    text-align: center;
    color: #d86c56;
    font-size: large;
    font-family: "Parkinsans", sans-serif !important;
}

input, button {
    font-family: "Parkinsans", sans-serif !important
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0
}

img {
    max-width: 100%
}
 
:focus {
    outline: none
}

.login-wrapper {
    overflow-x: hidden !important;
    width:100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.login-inner {
    position: relative;
    width: 435px
}

.login-image-left {
    position: absolute;
    bottom: -12px;
    left: -191px;
    z-index: 99
}

.login-image-right {
    position: absolute;
    bottom: 0;
    right: -226px;
}

form {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 21px 20px 66px;
    background: #fcfbf7;
    border-radius: 22px !important;
    padding: 25px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06), 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}
.intuipos-icon-container {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
h3 { 
    font-size: 25px !important;
    font-family: "Parkinsans", sans-serif !important;
    color: #333;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 33px
}
.icon-span {
    font-family: linearicons-free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-holder {
    position: relative;
    margin-bottom: 21px
}

.form-holder span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333;
    padding-left: 20px !important;
}

    .form-holder b {
        position: absolute;
        left: 42px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 15px;
        font-weight: 400;
        color: rgb(179, 127, 110) !important;
    }

.form-holder span.icon-span-lock {
    left: 2px
}

.icon-span i {
    color: #d86c56;
}

.form-control {
    border: none;
    display: block;
    width: 100%;
    padding: 11px 66px 14px;
    color: rgb(179, 127, 110) !important;
    font-family: "Parkinsans", sans-serif !important;
    font-size: 20px;
    background: rgb(245, 235, 229) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .42);
}


    .form-control:-ms-input-placeholder {
        font-size: 20px;
        font-family: "Parkinsans", sans-serif !important;
        color: #999;
        transform: translateY(1px)
    }

    .form-control:-moz-placeholder {
        font-size: 20px;
        font-family: "Parkinsans", sans-serif !important;
        color: #999;
        transform: translateY(1px)
    }
.form-holder b{
    font-size:20px;
}


input[type='checkbox'] {
    width: auto;
    accent-color: rgb(179, 127, 110) !important;
}
 .dx-form-group-caption, .dx-field-item-label-text, .dx-button-mode-text .dx-icon, .dx-button-mode-text .dx-icon, .dx-lookup-field-wrapper, .dx-texteditor-input, .dx-list-item-content, .dx-calendar-navigator .dx-button, .dx-calendar-navigator .dx-button .dx-icon, .dx-calendar-body thead th {
    color: rgb(179, 127, 110) !important;
}
.dx-texteditor.dx-editor-filled {
    background: rgb(245, 235, 229) !important;
    border-bottom: 0px !important;
}
button {
    border-radius: 24px;
    border: none;
    height: 49px;
    padding: 0px 1rem !important;
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Parkinsans", sans-serif !important;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    background: #FF5508 !important;
}

button span {
    position: relative;
    z-index: 2
}

button:before, button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(52,152,253,.25);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1)
}

button:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

button:hover:before, button:hover:after {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

@media(max-width: 991px) {
    .login-inner {
        width: 400px;
        left: 4%
    }
}

@media(max-width: 767px) {
    .login-inner {
        width: 100%;
        left: 0
    }

    .login-image-left, .login-image-right {
        display: none
    }
      
    .login-wrapper {
        background: 0 0
    }
    
}
.login-button-container{
    width:100%;
    display:flex;
    justify-content:center;
}

.intuipos-icon {
    cursor: pointer;
    height: 5rem;
    width: 5rem;
}

.mt-30{
    margin-top:30px;
}
#btnIngresar {
    width: 100% !important;
    border-radius: 24px !important;
    border: none !important;
    height: 49px !important;
    padding: 0px 2rem !important;
    margin-top: 30px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: "Parkinsans", sans-serif !important !important;
    font-size: 15px !important;
    letter-spacing: 2px !important;
    transition: all .5s !important;
    position: relative !important;
    overflow: hidden !important;
    background: #FF5508 !important;
}
.dx-tab-selected, .dx-tab-selected .dx-icon {
    color: rgb(179, 127, 110) !important;
}
.dx-tabs-styling-mode-primary.dx-tab-indicator-position-bottom .dx-tab-selected::after {
    background: rgb(179, 127, 110) !important;
}
#btnSendEmail,
#btnBackToStep1,
#btnResendOtp,
#btnVerifyOtp,
#btnBackToStep1,
#btnChangePassword {
    color: #fff !important;
    background: #FF5508 !important;
    border-radius: 24px !important;
}
.login-title {
    color: rgb(179, 127, 110);
    font-family: "Parkinsans", sans-serif !important;
    font-size: calc(1.3rem + 0.6vw);
    font-weight: bold;
}
.dx-popup-title.dx-toolbar {
    color: rgb(179, 127, 110) !important; 
    font-weight: bold !important;
}

.alert {
    margin-top: 10px;
    padding: 20px;
    background-color: #d86c56;
    color: white;
}

.alert summary{
    cursor:pointer;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
.recaptcha-container {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    margin-left: -15px;
} 
#forget-password {
    text-align: center;
    width: 100%;
}

    #forget-password > b {
        cursor: pointer;
        color: rgb(179, 127, 110) !important;
    }

.otp-container {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 15px 0;
}

.otp-input {
    width: 40px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #ccc;
    outline: none;
}

.otp-timer {
    margin: 10px 0;
    font-weight: bold;
    color: #555;
    text-align: center;
}

#tabpanelForgetPassword .dx-tab {
    pointer-events: none; /* disable mouse clicks */
    cursor: default;
}
.dx-tabs-wrapper { 
    justify-content: center !important;
}
.dx-texteditor-container{
    height:auto !important;
}
.m-2 {
    margin: 0.5rem;
}

@media(max-width: 517px) {
    #tabpanelForgetPassword .dx-tab {
        width: 80px !important;
    }

    .dx-tab-text-span {
        overflow: unset !important;
        text-overflow: ellipsis !important;
        white-space: normal !important;
        font-size: 13px !important;
        display: flex !important;
        justify-content: center !important;
    } 
}

.dx-button-has-icon .dx-icon {
    width: 20px !important;
    height: 20px !important;
    font-size: 22px !important;
}