﻿body {
    background: #fffcf3;
    font-family: "Nunito", sans-serif;
    color: #333333;
}

.hipo-login .login-left {
    display: flex;
    max-height: 100vh;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px 0;
}

    .hipo-login .login-left .logo {
        margin-bottom: 15px;
    }

        .hipo-login .login-left .logo img {
            max-width: 100%;
            vertical-align: middle;
            display: inline-block;
            border: 0;
            width: 75%;
        }

    .hipo-login .login-left h5 {
        margin-bottom: 20px;
        font-weight: 600;
    }

    .hipo-login .login-left .line-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #bcb8d0;
    }

        .hipo-login .login-left .line-text .line {
            width: 100%;
            height: 1px;
            background-color: #e1dfec;
        }

        .hipo-login .login-left .line-text .line-text-text {
            margin-right: 24px;
            margin-left: 24px;
            white-space: nowrap;
        }

    .hipo-login .login-left .login-form label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        position: relative;
        padding-right: 10px;
    }

        .hipo-login .login-left .login-form label .required {
            font-size: 20px;
            font-weight: bold;
            color: #ff6d33;
        }

    .hipo-login .login-left .login-form input[type=text], .hipo-login .login-left .login-form input[type=password], .hipo-login .login-left .login-form input[type=email] {
        min-height: 48px;
        margin-bottom: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 24px;
        border: 1px solid #e1dfec;
        border-radius: 500px;
        background-color: #fff;
        color: #8c87a6;
        letter-spacing: -0.02em;
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.4;
    }

.hipo-login .button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 48px;
    margin-top: 32px;
    padding: 12px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 500px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.hipo-login a.button:hover {
    text-decoration: none;
}

.hipo-login .login-right {
    max-height: 100vh;
    overflow: hidden;
}

    .hipo-login .login-right .login-cover {
        width: 100%;
    }

.hipo-login .login-button-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1dfec;
    border-radius: 100px;
}

.backtologin {
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .left-content {
        max-width: 400px;
    }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
    .hipo-login .login-left .logo img {
        width: 50%;
    }

    .left-content {
        width: 80%;
    }
}

@media screen and (max-width: 770px) {
    .login-left {
        margin-bottom: 30px;
        height: auto !important;
    }

    .left-content {
        width: 80%;
    }

    .hipo-login .login-left .logo img {
        width: 25%;
    }
}


.text-danger.field-validation-valid {
    opacity: 0;
    height: 0;
    display: block;
}
/*
.text-danger.field-validation-error {
    text-indent: inherit !important;
}*/

/*# sourceMappingURL=styles.css.map */
