.label-checkbox100, .txt1, .txt2, a, body, html, p {
    font-family: Heebo,sans-serif
}

    .container-login100, .container-login100-form-btn, .flex-sb-m, .label-checkbox100::before, .wrap-input100 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox
    }

a, p {
    font-size: 14px;
    line-height: 1.7;
    color: #666
}

*, a, h1, h2, h3, h4, h5, h6, label, li, p, ul {
    margin: 0
}

    a:focus, button {
        outline: 0 !important
    }

.txt1, .txt2 {
    font-size: 13px;
    line-height: 1.4
}

.input-checkbox100:checked + .label-checkbox100::before, a:hover {
    color: #6675df
}

.flex-sb-m {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center
}

.w-full {
    width: 100%
}

.p-b-32 {
    padding-bottom: 32px
}

.p-t-3 {
    padding-top: 3px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-t-46 {
    padding-top: 46px
}

.login100-form-title h1 {
    font-size: 3rem
}

.login100-form-title h2 {
    font-size: 2rem
}

* {
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%
}

a {
    transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s
}

    a:hover {
        text-decoration: none
    }

li, ul {
    list-style-type: none
}

input, textarea {
    outline: 0;
    border: none
}

    input:focus, textarea:focus {
        border-color: transparent !important
    }

        input:focus::-webkit-input-placeholder {
            color: transparent
        }

        input:focus:-moz-placeholder {
            color: transparent
        }

        input:focus::-moz-placeholder {
            color: transparent
        }

        input:focus:-ms-input-placeholder {
            color: transparent
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent
        }

        textarea:focus:-moz-placeholder {
            color: transparent
        }

        textarea:focus::-moz-placeholder {
            color: transparent
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent
        }

    input::-webkit-input-placeholder {
        color: #999
    }

    input:-moz-placeholder {
        color: #999
    }

    input::-moz-placeholder {
        color: #999
    }

    input:-ms-input-placeholder {
        color: #999
    }

    textarea::-webkit-input-placeholder {
        color: #999
    }

    textarea:-moz-placeholder {
        color: #999
    }

    textarea::-moz-placeholder {
        color: #999
    }

    textarea:-ms-input-placeholder {
        color: #999
    }

label {
    display: block
}

button {
    border: none;
    background: 0 0
}

    button:hover {
        cursor: pointer
    }

iframe {
    border: none !important
}

.txt1 {
    color: #555
}

.txt2 {
    color: #999
}

.input100, .label-input100 {
    font-size: 18px;
    width: 100%
}

.input100, .label-input100, .login100-form-title {
    line-height: 1.2;
    font-family: Heebo,sans-serif
}

.size1 {
    width: 355px;
    max-width: 100%
}

.size2 {
    width: calc(100% - 43px)
}

.bg1, .bg2, .bg3 {
    background: #fff
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff
}

.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse
}

.login100-more {
    width: calc(50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right -3px;
    position: relative;
    z-index: 1
}

.login100-form {
    width: 50%;
    min-height: 100vh;
    display: block;
    background-color: #fff;
    padding: 130px 165px 55px 150px
}

.login100-form-title {
    width: 90%;
    color: #0e5b98;
    text-align: left
}

.wrap-input100 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-bottom: 10px
}

.focus-input100, .label-input100 {
    position: absolute;
    display: block;
    pointer-events: none
}

.label-input100 {
    color: #999;
    padding-left: 24px;
    left: 0;
    top: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.focus-input100, input.input100 {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s
}

.input100 {
    display: block;
    background: 0 0;
    color: #555;
    padding: 0 26px
}

input.input100 {
    height: 100%;
    transition: .4s;
    text-align: left
}

.focus-input100 {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    border: 1px solid #6675df;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.eff-focus-selection, .input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.alert-validate::before, .label-checkbox100::before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 13px;
    position: absolute;
    top: 50%
}

.input100:focus {
    height: 48px
}

    .has-val + .focus-input100 + .label-input100, .input100:focus + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px
    }

.has-val {
    height: 48px !important
}

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

    .label-checkbox100::before {
        content: "\f00c";
        font-family: FontAwesome;
        color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #6675df;
        left: 0;
        transform: translateY(-50%)
    }

.container-login100-form-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background: #0e5b98;
    font-family: Heebo,sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

    .login100-form-btn:hover {
        background: #08538e
    }

@media (max-width:992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px
    }

    .login100-more {
        width: 50%
    }
}

@media (max-width:768px) {
    .login100-form {
        width: 100%
    }

    .login100-more {
        display: block
    }
}

@media (max-width:576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Heebo,sans-serif;
    color: #c80000;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}
