body{
    background:url("img/bg.png") no-repeat center center fixed;
    background-size:cover;
    overflow: hidden;
    font-size: 16px;
}
.loginDiv{
    background:url("img/z22@2x.png") no-repeat ;
    background-size:100% 85%;
    height: 460px;
    line-height: 460px;
    margin: 3% 35% 0% 35%;
}
.footer img{
    height: 170px;
    padding-left: 2%;
    cursor: pointer;
}
.row a {
    text-decoration: none;
}
.row button {
    position: absolute;
    top: 300px;
    margin-left: 13%;
    width: 400px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to right, #00f0ea, #00c6fb);
    cursor: pointer;
    color:#fff;
}
input[type='text']{
    position: absolute;
    height: 40px;
    width: 400px;
    border-radius: 5px;
    border:1px #23b7cb solid;
    background: #246377;
    color: #fff;
    top: 90px;
    left: 90px;
}
input[type='password']{
    position: absolute;
    height: 40px;
    width: 400px;
    border-radius: 5px;
    border:1px #23b7cb solid;
    background: #246377;
    color: #fff;
    top: 160px;
    left: 90px;
}
input[type='checkbox']{
    width: 20px;
    height: 20px;
    background-color: #3595ab;
    -webkit-appearance: none;
    border: 1px solid #23b7cb;
    border-radius: 2px;
    outline: none;
    vertical-align:middle;
}
input[type='checkbox']:checked{
    background: url("img/checked-1.png") no-repeat center;
}
.check{
	padding-left:77px;
    color: #fff;
    width: 491px;
    font-size: 14px;
}
.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #fff
}

.form-control::-webkit-input-placeholder {
    color: #fff
}

hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}