*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url("../images/bg_new.png?ss");
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
}
.logo{

}
.logo img{

    margin: 20px;

    height: 85px;
}
.loginbox{
    background: url("../images/loginbg.png") no-repeat;
    background-size: 100% 100%;
    width: 460px;
    margin: 0 auto;
    overflow: hidden;
}
.loginbox h2{
    color: #1d1f83;
    font-weight: normal;
    text-align: center;
}
.logo2{

    text-align: center;

    margin-top: 50px;
}
.logo2 img{

}
.logincon{

    margin: 40px 0;
}
.accout{

    height: 50px;

    border-bottom: 1px solid #d6d6d6;

    width: 61%;

    margin: 10px auto;
}
.accout img{

    vertical-align: middle;

    margin: 10px;
}
.accout input{

    height: 50px;

    width: 77%;

    border: none;

    background: none;

    outline: none;

    padding-left: 0;

    font-size: 17px;
}
.forget{

    width: 57%;

    margin: 10px auto;

    font-size: 14px;
}
.forget input{

    width: 20px;

    height: 20px;

    vertical-align: middle;

    margin-right: 5px;
}
.forget input::placeholder{
    font-size: 16px;
    color: #333;
}
.loginbtn{

    background: #1d1f83;

    width: 70%;

    height: 40px;

    display: block;

    margin: 20px auto;

    color: #fff;

    text-align: center;

    line-height: 40px;

    border-radius: 24px;

    box-shadow: 1px 4px 7px 3px #ddd;

    margin-bottom: 112px;
}
