/* Write your styles */
html {
    /* background: #1b427b; */
    /* background: url(/resources/global/images/banner_bg.jpg) no-repeat center; */
    background: url(/resources/global/images/background.svg) no-repeat center;
	background-size:100% 100%;
}

/* 登陆logo */
.myapp-login {
    /* background: #9F1431; */
    background-size: 100%;
    height: 100%;
}
.myapp-login-logo-block {
    width: 100%;
    padding-top: 3%;
    text-align: center;
}
.myapp-login-logo {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.myapp-login-logo i {
    color: #eb602e;
    font-size: 120px;
    display: inline-block;
}
.myapp-login-logo-text {
    font-family: Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    color: #000;
    /* font-weight: bold; */
    font-size: 40px;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    /* text-shadow:3px 5px 2px rgb(21 20 20 / 35%); */
    letter-spacing:5px;
    display:inline;
    line-height: 100px;
}
.myapp-login-logo-text i {
    color: #53d192;
    font-size: 50px;
}
.myapp-login-logo-text .info {
    padding-bottom: 30px;
    border-bottom: 1px solid #4d4d4d;
    font-family: FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}
.login-font {
    font-size: 12px;
    font-family: "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    width: 100%;
    color: #5e5e5e;
    text-align: center;
    padding: 20px 0;
    padding-top: 10px;
}
.login-font i {
    color: #53d192;
    font-style: normal;
}
.login-font span {
    color: #fff;
}
.myapp-login .am-form-group {
    margin-bottom: 20px;
}
.login-am-center {
    margin: 0 auto;
    float: none;
}
.login-am-center .am-form input {
    border-color: #929090;
    /* box-shadow: 0px 0px 10px rgb(151 150 150 / 32%)!important; */
    font-size: 16px;
    line-height: 30px;
    text-indent: 10px;
    border-radius: 6px 6px 6px 6px;
    padding-left: 35px;
}
.login-am-center .am-form .am-form-group:first-child input {
    border-radius: 6px 6px 6px 6px;
}
.login-am-center .am-btn-default {
    width: 100%;
    border-radius: 6px;
    background: #1296db;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing:8px;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
    filter:alpha(Opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    margin-top: 20px
}
.login-am-center .am-btn-default:hover {
    filter:alpha(Opacity=100);
    -moz-opacity:1;
    opacity:1;
    box-shadow:0px 0px 20px rgb(2 2 2 / 47%)
}
.login_inputs{
      width: 450px;
       /*  background: #fff;
      filter:alpha(opacity=30);
      -moz-opacity:0.3;
      -webkit-opacity: 0.3;
      -ms-opacity: 0.3;
      opacity: 0.3;  
      border-radius:10px;
       box-shadow:0px 0px 25px rgb(136 136 136 / 80%);  */
}