﻿body {
    background-color: #F4F5FA;
    width: 100%;
    height: 100%;
    display: flex;
}

.animate {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
    color: #355EFC;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */
a {
    color: #00A885;
}

    a:hover,
    a:focus {
        color: #00755d;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.text-primary {
    color: #00A885;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 62.5rem white inset !important;
}

input[type="checkbox"] {
    width: auto;
}

button, .hrweb-login-button {
    cursor: pointer;
    background: #355EFC;
    width: 100%;
    border: 0;
    padding: 0.625rem 0.938rem;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    border-radius: .3rem;
    text-align: center;
    margin-bottom: 1rem;
}

span.validate-tooltip {
    background: #D91717;
    width: 100%;
    display: block;
    padding: 5px;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: tooltipanimation 0.3s 1;
    animation: tooltipanimation 0.3s 1;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

    .input-group label {
        position: absolute;
        top: 9px;
        left: 10px;
        font-size: 15px;
        color: #B8B8B8;
        font-weight: normal;
        padding: 10px 5px;
        z-index: 5;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .input-group input {
        outline: none;
        display: block;
        width: 100%;
        position: relative;
        z-index: 3;
        border: 1px solid #d9d9d9;
        padding: 18px 10px !important;
        background: #ffffff;
        box-sizing: border-box;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        border-radius: .3rem;
    }


.validation-message {
    color: red;
    font-size: 12px;
    min-height: 15px;
    display: block;
}



.input-group .lighting {
    background: #355EFC;
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.input-group.focused .lighting {
    width: 100%;
}

.input-group.focused label {
    font-size: 11px;
    top: -6px;
    left: 5px;
    color: #355EFC;
}

.input-group span.validate-tooltip {
    margin-top: 0;
}

.hrweb-login-wrapper-main {
    width: 25rem;
    margin: auto;
    top: auto;
}

    .hrweb-login-wrapper-main .hrweb-login-wrapper-main-inner-warpper {
        padding: 3rem 3rem 3rem 3rem;
        box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.063);
        border-radius: 15px !important;
        background: #fff;
    }

    .hrweb-login-wrapper-main .hrweb-login-wrapper-main-inner-warpper-logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .hrweb-login-wrapper-main .hrweb-login-wrapper-main-inner-warpper-logo-img {
        width: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


hrweb-login-wrapper-main-inner-warpper-logo-self {
}

.hrweb-login-wrapper-main .hrweb-login-wrapper-main-inner-warpper-logo-img-self {
    width: 80px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.hrweb-login-wrapper-main .hrweb-login-wrapper-main-inner-warpper-heading {
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
    color: #1c242b;
}

.hrweb-login-wrapper-main .hrweb-login-wrapper-main-inner-warpper-heading-sub {
    margin-top: 0;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
    color: #1c242b;
}

.hrweb-login-wrapper-main .supporter {
    margin-top: 10px;
    font-size: 14px;
    color: #8E8E8E;
    cursor: pointer;
}

.hrweb-login-wrapper-main .remember-me {
    cursor: pointer;
}

.hrweb-login-wrapper-main input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    cursor: pointer;
}

.hrweb-login-wrapper-main label[for="rememberMe"] {
    cursor: pointer;
}

.hrweb-login-wrapper-main .signup-wrapper {
    padding: 10px;
    font-size: 14px;
    background: #EBEAEA;
}

    .hrweb-login-wrapper-main .signup-wrapper a {
        text-decoration: none;
        color: #7F7F7F;
    }

        .hrweb-login-wrapper-main .signup-wrapper a:hover {
            text-decoration: underline;
        }

@-webkit-keyframes tooltipanimation {
    from {
        margin-top: -28px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes tooltipanimation {
    from {
        margin-top: -28px;
    }

    to {
        margin-top: 0;
    }
}

.direction {
    width: 200px;
    position: fixed;
    top: 120px;
    left: 20px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    background: #9365B8;
    padding: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .direction {
        position: static;
    }
}
