@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=vietnamese');
html {
    height: 100%;
}
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 14px;
    position: relative;
    min-height: 100%;
}
.header {
    width: 100%;
    /* display: none; */
}
.header img{
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto 0;
}
.login-page {
    margin: -352px auto 0;
    position: absolute;
    top: 50%;
    right: 0%;
    left: 0%;
    bottom: auto;
    z-index: 1;
    background-color: #f7f7f7;
    max-width: 414px;
    padding: 0 0 28px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

}
.form {
    padding: 16px 16px 0;
}
.title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
    color: #141ed2;
    margin-bottom: 0px;
    margin-top: 10px;
}
.title p {
    font-size: 14px;
    font-weight: normal;
    line-height: 25.5px;
    color: #ffffff;
    margin-top: 7px;
}
.label {
    background-color: #141ed2;
    border-radius: 22px;
    height: 25.5px;
    width: 60%;
    margin: auto;
}
.input {
    border-radius: 5px;
    border: solid 1px #646464;
    margin: 16px 0px;
    background-color: #FFFFFF;
    height: 64px;
}
.input label {
    text-align: left;
    display: block;
    padding: 13px 0 0 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #646464;
    margin-bottom: 0px;
}
.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    padding: 7px 16px;
    box-sizing: border-box;
    font-size: 14px;
}
.form select {
    border-radius: 5px;
    border: solid 1px #f7f7f7;
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    height: 31px;
    width: 94%;
}

#InputCaptcha {
    width: 50%;
    float: left;
    margin: 0 0 16px 0;
}
#Captcha {
    width: 35%;
    height: 60px;
    float: left;
    margin: 5px 0 0px 10px;
}
.form button {
    font-family: "Roboto", sans-serif;
    background: #141ed2;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px;
}
.form a {
    color: #141ed2;
    margin: 10px;
}
.form button:hover,.form button:active,.form button:focus {
    background: #141ed2;
}
/* .container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}
.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}
.container .info {
    margin: 50px auto;
    text-align: center;
}
.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}
.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}
.container .info span a {
    color: #000000;
    text-decoration: none;
}
.container .info span .fa {
    color: #EF3B3A;
} */
/* body {
    background: url("images/Loyalty tes-01.jpg") center no-repeat #141ed2;
    background-size: cover;  
} */

@media only screen and (max-width: 767px) {
    body {
        background: #f7f7f7;
        background-size: cover;  
    }
    .header {
        display: block;
    }
    .form {
        box-shadow: none;
    }
    .login-page {
        top: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .login-page {
        position: relative;
        margin: 100px auto 0;
        right: 0;
    }
}
@media only screen and (max-width: 375px){
    .login-page {
        top: 0;
        right: 0;
        margin: 0 auto;
        bottom: auto;
    }
}