/* vietnamese */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Anto-Vietnamese.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Anto-LatinExt.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Anto-Latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Vietnamese.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-LatinExt.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 100%;
}
body {
    font-family: roboto, serif;
}

.container {
    display: flex;
    height: 100%;
}

.box-info {
    flex-grow: 1;
    font-family: 'Anton',serif;
    font-style: normal;
    color: #3D9DCE;
    font-size: 30px;
    margin-top: 220px;
    margin-left: 50px;
    margin-right: 10px;
}
.org-container {
    display: flex;
    flex-flow: row;
    align-items: center;
}
.logo {
    min-width: 120px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    padding: 3px;
    background-image: url('../images/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
}

.org-name {
    margin: 20px;
    text-transform: uppercase;
    text-align: center;
    max-width: 400px;
}

.box-login {
    margin-top: 65px;
    margin-right: 50px;
    min-width: 300px;
    flex-basis: 350px;
    height: 500px;
    color: #ffffff;
    overflow: hidden;
    font-family: roboto, serif;
}

.input-control {
    width: 90%;
    margin: auto;
    outline: none;
    border-radius: 10px;
    border: none;
    padding: 10px 30px;
    z-index: 1;
}

.input-username, .input-password {
    position: relative;
    border-radius: 10px 0 0 10px;
    padding-right: 0;
}

.input-icon {
    opacity: 1;
    position: absolute;
    z-index: 9;
    left: 8px;
    top: 7px;
    color: #979faf;
    font-size: 18px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.input-group-addon {
    min-width: 35px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    display: table-cell;
    border: none;
    border-radius: 0 10px 10px 0;
    width: 10%;
    white-space: nowrap;
    vertical-align: middle;
}
.toggle-password {
    opacity: 1;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 7px;
    color: #979faf;
    font-size: 18px;
}
.toggle-password:hover{
    cursor: pointer;
}

::placeholder {
    color: #979faf;
}

.btn-login {
    width: 100%;
    height: 35px;
    border-radius: 50px;
    border: none;
    background-color: #FDD444;
    outline: none;
    color: #333;
    font-weight: bold;
    z-index: 2;
}
.btn-login:hover {
    cursor: pointer;
    transition: .5s;
    background-color: #edc315;
}

.login-with ul {
    padding-left: 0;
}

.login-with ul li {
    display: inline;
    letter-spacing: 15px;
    margin: 5px;
}

.login-with {
    width: 100%;
    text-align: center;
}


.login-with .hr-or {
    width: 60%;
    margin-top: 20px;
    background-color: #cdcdcd;
    height: 1px;
    border: 0;
}

.error {
    color: #fd7e14;
    font-size:14px;
    margin: 10px 0;
}

button.disabled, button[disabled]{
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-circle{
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    user-select: none;
    background-color: #fff;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 50%;
}
.btn-circle:hover {
    color: #ffffff;
}

.btn-google {
    color: #da573b;
}
.btn-google:hover {
    background-color: #da573b;
    border-color: #be5238;
}

.btn-facebook {
    color: #4c699e;
}
.btn-facebook:hover {
    background-color: #4c699e;
    border-color: #47618d;
}

.btn-twitter {
    color: #1daee3;
}
.btn-twitter:hover {
    background-color: #1daee3;
    border-color: #3997ba;
}

.btn-linkedin {
    color: #4875B4;
}
.btn-linkedin:hover {
    background-color: #4875B4;
    border-color: #466b99;
}
.btn-openid {
    color: #f0ad4e;
}

.btn-openid:hover {
    background-color: #f0ad4e;
    border-color: #d58512;
}

.footer {
    display: flex;
    font-family: roboto, serif;
    font-style: italic;
    font-weight: 500;
    position: fixed;
    bottom: 20px;
    width: 100%;
}
.footer a {
    text-decoration: none;
    color: #333;
}
.footer a:hover {
    text-decoration: underline;
}

.box-contact {
    flex-basis: 300px;
    text-align: center;
}
.box-term {
    flex-grow: 1;
    text-align: center;
}
.box-power {
    flex-basis: 350px;
    text-align: center;
    color: #ffffff;
}
.box-power a {
    color: #ffffff;
}

@media all and (max-width: 992px){
    .box-login {
        margin-right: 5px;
    }
}

@media all and (max-width: 768px){
    .box-login {
        padding: 50px 10px 10px 10px;
        width: 350px;
        height: 500px;
        margin-top: 5%;
        margin-left: 25%;
        position: absolute;
        background: transparent;
        overflow: hidden;
        box-shadow: 2px 2px 40px rgba(0, 0, 0, .7);
        border-radius: 10px;
        transition: .5s;
        color: #333;

    }
    .box-login:hover {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .7);
    }
    .box-info {
        display: none;
    }

    .footer {
        display: none;
    }

}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}

#msg {
    margin-left: 40px;
    font-size: 15px;
    margin-top: 220px;
    margin-right: 10px;
}

#msg h2 {
    font-family: 'Anton',serif;
    font-style: normal;
    color: #3D9DCE;
    font-size: 30px;
}

.hide {
    display: none !important;
}
@media all and (max-width: 576px){
    .box-login {
        margin-left: 10%;
    }
}

@media all and (max-width: 450px){
    .box-login {
        margin: 10px;
    }
}

@media all and (max-height: 450px){
    .footer {
        display: none;
    }
}

