body{
 background-image: url("http://uconstructor.com/_ld/8/87496498.jpg");


}
a{
  color: #fff;
 }
a:hover{
 text-decoration: none;
}
.container_v{
 display: none;
 width:450px;
 background-color: rgba(24, 33, 52, 0.7);
 margin: 90px auto !important;
 text-align: center;
 box-shadow: 0 -5px 0 #7daab4;
 padding-bottom: 20px;
}
.container_v img{
 width:120px;
 height:120px;
 margin: -60px 0 30px 0;
 border: 5px solid #1a394f;
 border-radius: 50%;
 box-shadow: 0 -5px 0 #7daab4;
}

.dws-input input[type="text"],input[type="password"]{
 width: 300px;
 height:43px;
 font-size: 18px;
 margin-bottom: 12px;
 border-radius: 4px;
 padding-left: 40px;
}
.dws-input input:hover{
 box-shadow: 0 0 6px 3px rgba(58, 219, 253, 0.35);
}
.dws-submit {
 padding: 13px 30px;
 margin: 5px 0 20px 0;
 font-size: 15px;
 color: #fff;
 background-color: #7daab4;
 border: none;
 border-bottom: 4px solid #678c92;
 cursor: pointer;
 width: 300px;
 border-radius: 5px;

}
.dws-submit:hover{
 transition: all 0.5s;
 background: #fff;
 color: #2c536c;
}

.dws-input::before{
 font-family: "FontAwesome";
 content: "\f007";
 position: absolute;
 font-size: 30px;
 padding: 1px 0 0 11px;
 color: #2c536c;
}
.dws-input:nth-child(2)::before{
content: "\f023";
}
.dws-input:hover::before{
 color: #319ebc;
 transition: all 0.3s;
}
.dws-social i{
 color: #fff;
 font-size: 20px;
 width: 20px;
 padding: 10px;
 display: none;
}
.dws-social i:hover{
 background-color: #fff;
 color: #1a394f;
 border-radius: 5px;
 cursor: pointer;
}


.dnv_s{
	margin-bottom: 5px !important;
}