﻿
.office-login {
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #e54a19;
    border-radius: 25px;
    font-size: 16px;
    color: #e54a19;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin: auto;
}

    .office-login:hover {
        background-color: #e54a19;
        color: #fff;
    }

button:hover {
    cursor: pointer;
}

.office-login .office-icon.white, .office-login:hover .office-icon.orange {
    display: none;
}

.office-login:hover .office-icon.white {
    display: block;
    padding: 2px 5px;
}

.office-icon {
    width: 32px;
    height: 32px;
}

.login100-message {
    background: aliceblue;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #666;
    border: 1px dashed #666;
    border-radius: 3px;
    font-size: 16px;
}

.errormessageLogin {
    color: red;
}


input {
    outline: none;
    border: none;
}

    input::-webkit-input-placeholder {
        color: #999999;
    }

    input:-moz-placeholder {
        color: #999999;
    }

    input::-moz-placeholder {
        color: #999999;
    }

    input:-ms-input-placeholder {
        color: #999999;
    }

label {
    display: block;
    margin: 0;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

.limiter {
    width: 100%;
    margin: 0 auto;
}

.mt-3 {
    margin-top: 15px;
}

.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-login100 {
    width: 100%;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #ebeeef;
}

.wrap-login100 {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.login100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10%;
}

.login100-form-title-1 {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.login100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54, 84, 99, 0.7);
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3% 6% 3% 6%;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -105px;
    width: 80px;
}

/*---------------------------------------------*/
.input100 {
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
        background: #57b846;
    }

/*---------------------------------------------*/
input.input100 {
    height: 45px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.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;
    min-width: 160px;
    height: 55px;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 25px;
    font-size: 16px;
    color: #666666;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin: auto;
}

    .login100-form-btn:hover {
        color: #ffffff;
        background-color: #666666;
    }

.office-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;
    min-width: 160px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #e54a19;
    border-radius: 25px;
    font-size: 16px;
    color: #e54a19;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin: auto;
}

    .office-login100-form-btn:hover {
        background-color: #e54a19;
        color: #ffffff;
    }

.login100-message {
    background: aliceblue;
    width: 100%;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 5px;
    color: #666;
    border: 1px dashed #666;
    border-radius: 3px;
}

@media (max-width: 576px) {
    .login100-form {
        padding: 43px 15px 57px 117px;
    }
}

@media (max-width: 480px) {
    .login100-form {
        padding: 43px 15px 57px 15px;
    }

    .label-input100 {
        text-align: left;
        position: unset;
        top: unset;
        left: unset;
        width: 100%;
        padding: 0 5px;
    }
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.hr-line {
    width: 100%;
    text-align: center;
    border-bottom: 2px dotted #cbcbcb;
    line-height: 0em;
    margin: 10px 0 30px;
}

    .hr-line span {
        color: #cbcbcb;
        background: #fff;
        padding: 0px 12px;
        font-size: 2em;
    }

.w-100 {
    width: 100%;
}

.getaccesscode {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #e54a19;
    border-radius: 25px;
    font-size: 16px;
    color: #e54a19;
    line-height: 1.2;
    transition: all 0.4s;
    margin: auto;
}

    .getaccesscode:hover {
        background-color: #e54a19;
        color: #ffffff;
    }

.resend {
    width: 100%;
    color: #42d0ed;
}

    .resend a {
        cursor: pointer;
        float: right;
        color: #1dc7ea
    }

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.btn-center {
    display: flex;
    margin: auto;
}

.login100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 10%;
}
