html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
}


#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: auto;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh);
}
#loginbox{
    margin: 10% auto;
    border-radius: 20px;
    min-height: 700px;
    box-shadow: rgba(153, 153, 152, 0.7) 0px 0px 16px 2px;
    overflow: hidden;
    background: none;
}
#loginbox .banner{background: #fff; min-height: 700px;}
#loginbox .banner{background-color: #fff no-repeat;background-size: 100% 100%}
#loginbox .login-form{background: #000;color: #fff;min-height: 700px;padding: 60px 45px}
#loginbox .login-form .logo{width: 130px;margin-bottom: 30px}
#loginbox .login-form a{color: #fff}
#loginbox .login-form .form-control{height: 60px;font-size: 14px;background: #000;color: #fff}
#loginbox .login-form .radius{border-radius: 10px;overflow: hidden}
#loginbox .login-form .btn-login{width: 100%;height: 60px;font-weight: bold;letter-spacing: 1px;background: #fff;margin-top: 30px}
#loginbox .login-form .btn-login:hover{background: #000;color: #fff}
.has-error{position: relative}
.msg-box{position: absolute;left: 0;bottom: 0px}
.form-group{margin-bottom: 20px}
@media (max-width: 767px) {
   #mainbody{background: #000}
    #loginbox{box-shadow: unset}
}
.domain{border-top-left-radius: 10px !important;border-bottom-left-radius: 10px !important;border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}
.domain-host{border-top-right-radius: 10px !important;border-bottom-right-radius: 10px !important;font-size: 18px;background: #000 !important;color: #fff !important;}