.system-title{
	width: 650px;
	margin: 0 auto;
	margin-top: 10%;
}

.system-title p{
	font-size: 26px;
    color: white;
    text-align: center;
    margin-bottom: 60px;
}

.login_container{
	width: 500px;
	margin: 0 auto;
	padding: 10px 15px;
	border-radius:5px;
	background: rgba(0, 0, 0, 0.3);
	padding-bottom: 30px;
}

.btn{
	height: 40px;
    margin: 0;
    padding: 0 60px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    text-shadow: none;
}

.login-title span{
	font-size: 16px;
	display:inline-block;
	color: white;
	padding: 15px 20px 20px 20px ;
}

.login-input{
	padding: 0 20px 20px 20px;
}

.a-link:HOVER ,.fot-a-link:HOVER{
	color: #3499d0;
}

.a-link{
	margin: 20px;
    color: white;
    cursor: pointer;
}
.fot-a-link{
	margin-right: 30px;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}

.send-code{
	color:white;
}

.send-code:HOVER {
	color:black;
}

input{
	font-size: 14px !important;
}

.btnGet{
	  position: absolute;right: 20px;top: 3px;
	  display: inline-block;
	  background: #fff;padding: 10px 15px;
	  cursor: pointer;
	  border-radius: 5px;
}