/* Minification failed. Returning unminified contents.
(72,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(102,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(103,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(105,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(109,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(114,24): run-time error CSS1039: Token not allowed after unary operator: '-orange-normal'
 */
#account {
    min-height: 100VH;
    height: 100VH;
    max-height: 100VH;
}
#account .container-fluid {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100VH;
    height: 100VH;
    max-height: 100VH;
    padding: 0;
}
#account .return-button {
    position: absolute;
    top: 4rem;
    height: 34px;
    width: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
#account .return-button.left {
    left: 4rem;
}
#account .return-button.right {
    right: 4rem;
}
#account .form-control::placeholder {
    color: #bbadc9;
}
/*BANNER*/
#account .banner-box {
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    min-height: 100VH;
    height: 100VH;
    max-height: 100VH;
    padding: 1rem;
    width: 40%;
}
#account .banner-box .banner-logo {
    max-width: 250px;
    height: auto;
}
/*END BANNER*/
/*SUCESS BOX*/
#account .success-box {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 100VH;
    height: 100VH;
    max-height: 100VH;
    overflow: hidden auto;
    padding: 1rem;
    width: 60%;
}
#account .success-box .success-image {
    width: auto;
    max-height: 120px;
}
#account .success-box .success-message {
    color: var(--gray-text);
    font-size: 1rem;
    margin: 2rem 0;
    text-align: center;
}
/*END SUCESS BOX*/
/*FORM BOX*/
#account .form-box {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 100VH;
    height: 100VH;
    max-height: 100VH;
    overflow: hidden auto;
    padding: 1rem;
    width: 60%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}
#account .form-box.inactive {
    padding: 0;
    width: 0%;
}
#account .form-box .form-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.625rem;
    font-weight: var(--font-medium);
    margin-bottom: 5rem;
}
#account .form-box .link {
    border-bottom: 1px solid var(--gray-text);
    font-size: 0.875rem;
    transition: all .15s ease-in-out;
}
#account .form-box .link:hover {
    border-color: var(--orange-normal);
}
#account .form-box .link i {
    font-size: 0.7rem;
    margin-left: 0.3rem;
}
#account .form-box .form-horizontal {
    width: 100%;
    max-width: 600px;
    max-height: calc(100VH - 8rem);
    overflow: hidden auto;
    padding: 0 1rem;
}
#account .buttons-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
/*END FORM BOX*/
/*RESPONSIVE*/
/*XS && SM*/
@media (max-width: 767px) {
    #account .container-fluid {
        flex-flow: column;
        min-height: unset;
        height: calc(100% - 66px);
        max-height: unset;
        padding: 0 15px;
    }
    #account .banner-box {
        display: none;
    }
    #account #return-buttons {
        display: flex;
        justify-content: space-between;
        padding: 1rem 3rem;
    }

    #account .return-button {
        top: unset;
        position: relative;
    }
    #account .return-button.right {
        margin-left: auto;
        right: unset;
    }
    #account .return-button.left {
        left: unset;
        margin-right: auto;
    }
    #account .success-box {
        width: 100%;
    }
    #account .form-box {
        bottom: 0;
        min-height: unset;
        height: 100%;
        max-height: unset;
        padding: 3rem 2rem 0 2rem;
        position: relative;
        width: 100%;
        overflow: unset;
    }
    #account .form-box.inactive {
        min-height: 0;
        height: 0;
        max-height: 0;
        padding: 0 !important;
        width: 100%;
        overflow: hidden;
    }
    #account .banner-logo {
        display: none;
    }
    #account .form-group{
        margin-bottom: 3rem; 
    }
    #account .form-box .form-title {
        text-align: center;
    }
    #account .buttons-box {
        align-items: center;
        flex-flow: column;
        justify-content: center;
    }
    #account .buttons-box .btn-outline-light {
        margin-bottom: 2rem;
    }
    #account #login-box.form-box .form-horizontal {
        max-height: unset;
    }
    #account #register-box.form-box .form-horizontal {
        max-height: 100%;
    }
    #account .form-box .form-horizontal {
        overflow: unset;
        padding: 0;
    }
}
/*XS TO MD*/
@media (max-width: 991px) and (orientation: portrait) {
    #account .container-fluid {
        flex-flow: column;
        min-height: unset;
        height: calc(100% - 66px);
        max-height: unset;
        padding: 0 15px;
    }
    #account .banner-box {
        display: none;
    }
    #account .form-box {
        bottom: 0;
        min-height: unset;
        height: 100%;
        max-height: unset;
        padding: 0 2rem 0 2rem;
        position: relative;
        width: 100%;
        overflow: unset;
    }
    #account .form-box.inactive {
        min-height: 0;
        height: 0;
        max-height: 0;
        padding: 0 !important;
        width: 100%;
        overflow: hidden;
    }
    #account .success-box {
        padding: 0 1rem;
        width: 100%;
    }
    #account .success-box .success-image {
        max-height: 100px;
    }
    #account .banner-logo {
        display: none;
    }
    #account .form-group{
        margin-bottom: 3rem; 
    }
    #account .form-box .form-title {
        text-align: center;
    }
    #account .buttons-box {
        align-items: center;
        flex-flow: column;
        justify-content: center;
    }
    #account .buttons-box .btn-outline-light {
        margin-bottom: 2rem;
    }
}
/*LG*/
@media (min-width: 992px) and (max-width: 1199px) {
    #account .form-box {
        padding: 1rem 3rem;
    }
}
/*END RESPONSIVE*/
