body,html{
    height:100%;
}

form {
    width: 100%;
    --max-width: 364px;
}

.btn-login{width: 364px; height: 48px; line-height: 48px; padding: 0; border-radius: 15px;}

.btn-login{color:#fff;background-color:#0049D7;border-color:#0049D7;}

.btn-login:hover{color:#fff;background-color:#0049D7;border-color:#0049D7;}
.btn-login:focus,.btn-login.focus{box-shadow:0 0 0 .2rem rgba(34, 122, 237, 0.5)}
.btn-login.disabled,
.btn-login:disabled{color:#fff;background-color:#0049D7;border-color:#0049D7;}
.btn-login:not(:disabled):not(.disabled):active,
.btn-login:not(:disabled):not(.disabled).active,
.show>.btn-login.dropdown-toggle{color:#fff;background-color:#0049D7;}
.btn-login:not(:disabled):not(.disabled):active:focus,
.btn-login:not(:disabled):not(.disabled).active:focus,
.show>.btn-login.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(34, 122, 237, 0.5)}

.font-size-15 {
    font-size: 15px;
}
.login-method {
    width: 320px;
    text-align: center;
    color: #BBBABA;
}
.login-method span::before,
.login-method span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: calc(50% - 20px);
    background: #bbbaba;
}
.login-method span::before {
    left: 0;
}
.login-method span::after {
    right: 0;
}
.login-method span {
    width: 100%;
    display: inline-block;
    position: relative;
}

.reset-password-title {
    color: #2998C2;
    padding-top: 10vh;
}

.reset-password-info {
    /*width: 320px;*/
    text-align: left;
}

.remember-password {
    padding-left: 40px;
}

.forget-password {
    height: 30px;
}

.forget-password a {
    text-decoration: underline;
    color: #4A4A4A;
}

.account-register {
    color: #4A4A4A;
}

.account-register a {
    text-decoration: underline;
    color: #4A4A4A;
}

#msLoginBtn,
#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 320px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

#msLoginBtn:hover,
#customBtn:hover {
    cursor: pointer;
}
span.label {
    font-family: serif;
    font-weight: normal;
}
span.msIcon {
    background: url('../img/ms-symbollockup_mssymbol_19.png') transparent 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
span.icon {
    background: url('../img/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
span.buttonText {
    display: inline-block;
    vertical-align: middle;
    /*
    padding-left: 42px;
    padding-right: 42px;
    */
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 240px;
}


.loginContainer {
    position: relative;
    --width:1440px; 
    --min-width: 1440px;
    --height:900px; 
    margin: 0 auto;
    --background: url('img/bg.png');
    --overflow: hidden;
    --border:1px solid red;
}
.space {
    width: 101px;
}
.clear {
    clear:both;
}
.login-box {
    width: 364px;
    --height: 556px;
}
.system-title {
    --font-family: SFProText-Semibold;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.29px;
    line-height: 61px;
}
.welcome {
    width: 245px;
    height: 122px;
    font-weight: bold;
    --font-family: SFProText-Bold;
    font-size: 43px;
    color: #0049D7;
    letter-spacing: 0.52px;
    float: left;
}
.im-box {
    float: right;
    width: 120px;
    height: 36px;
    background: #FF9F16;
    border-radius: 8px;
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 15px;
    color: #FFFFFF;
}
.im-box img {
    margin-left: 15px;
    margin-right: 6.5px;
}
.im-box a {
    color: #FFFFFF;
}
.im-box:hover,.im-box a:hover {
    background: #0049D7;
    border-radius: 8px;
}
.slogan {
    --font-family: SFProText-Semibold;
    font-size: 24px;
    color: #A0A7B4;
    letter-spacing: 0;
}
.input-box {
    margin-bottom: 10px;
    width: 366px;
    height: 48px;
    background: #ECF1FB;
    border-radius: 15px;
}
.input-box input {
    height: 46px;
    background: #ECF1FB;
}

#inputContainer {
    width: 400px; 
    margin: auto;
}

@media screen and (max-width: 767px) {
    .flier {
        display: none;
    }

    .space {
        display: none;
    }

    .login-box {
        max-width: 100%;
        width: 100%;
    }

    .loginContainer {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .input-box {
        width: 100%;
    }

    #inputContainer {
        width: 100%;
        margin: auto;
    }
}
