.row .title-logo {
	padding: 0;
	margin: 30px 0 30px 40px;
	width: 300px;
	height: 58px
}

.row .wrapper {
	display: flex;
	width: 100%;
	//min-height: 649px;
	min-height: 600px;
	// background-color: #2E328B;
	// background-color: #ccc;
	background-color: #fff;
    //background-image: url('../img/hubble_reveals_stellar.jpg');
    background-image: url('../img/dwarf_galaxy.jpg');
    //background-size: 100% auto;
}

@media screen and (max-height: 600px) {
	min-height: 400px;
}

.row .wrapper .wrapper-title {
	flex: 1;
	color: #444;
	text-align: center;
	padding-top: 100px;
}

.row .wrapper .wrapper-title h2{
	font-size: 35px;
	font-weight: 700;
}

.row .wrapper .wrapper-title h1{
	font-size: 60px;
	font-weight: 700;
}

.row .wrapper .login {
	flex: 1;
	// padding: 50px 100px 50px 0;
}

.row .wrapper .login form{
	position: relative;
	width: 400px;
	height: 300px;
	margin: 50px 0 50px 100px;
	background-color: #2f3e47;
	box-shadow: -5px 5px 15px #2c1b1b;
	border-radius: 20px;
	padding-top:  20px;
}
.row .wrapper .login form .icon-user-tie {
	position: absolute;
	left: 82px;
    top: 49px;
    font-size: 20px;
    color: #726c6c;
}

.row .wrapper .login form .icon-lock {
	left: 85px;
    position: absolute;
    top: 109px;
    font-size: 20px;
    color: #726c6c;
}


.row .wrapper .login form #username, #password {
	display: block;
	width: 250px ;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding:  0 30px;
	margin: 0 auto ;
	margin-top: 20px;
    outline:none;
}

.row .wrapper .login form .login-btn {
	display: block;
	width: 250px ;
	height: 40px;
	color: #fff;
	background-color:  #5d9cec;
	border-radius: 10px;
	border: 0;
	box-shadow: -4px 2px 9px #5b8bdb;
	outline:none;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 18px;
}
.row .wrapper .login form .checkboxOne {
	width: 15px;
	height: 15px;
	background: #555;
	position: absolute;
	left: 52px;
    bottom: 67px;
	border-radius: 50%;
}
.row .wrapper .login form .checkboxOne label {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left: 0px;
    bottom: -5px;
	background: #ccc;
	display: hidden;
}

.row .wrapper .login form .checkboxOne input[type=checkbox]:checked + label {
		display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left: 0px;
    bottom: -5px;
	background: #13bb21;
}

.row .wrapper .login form .checkboxOne .remember {
	position: absolute;
	width: 20px;
	left:0;
	bottom: 65px;
	visibility: hidden;
}

.row .wrapper .login form p{
	position: absolute;
	left: 73px;
    bottom: 54px;
	color: #5F5F5F;
	font-weight: 600;
}

.row .wrapper .login form .forget {
	display: block;
	position: absolute;
	color: #5F5F5F;
	right: 76px;
	bottom: 65px;
	font-weight: 600;
	text-decoration: none;
}

.row .wrapper .login form .login-btn:active {
    position:relative;
    top:1px;
}

.foot{
	display: flex;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.foot .copyright {
	display: inline-block;
	flex: 1;
	text-align: right;
	border-right: 2px solid #2e3336;
	padding-right: 6px;
}

/*
.icon-phone{
	position: absolute;
	bottom: 34px;
    left: 621px;
}

.call {
	display: inline-block;
	width: 100%;
	position: fixed;
	bottom: 30px;
	//color: #858080;
	color: #123456;
	text-align: center;
}
*/

.call {
	color: #858080;
}

.foot .address{
	display: inline-block;
	flex: 1;
	margin: 0;
	color: #2E328B;
	text-align: left;
	padding-left: 6px;
}

.horizontal-center {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);          /* IE 9 */
    -webkit-transform: translate(-50%, 0);      /* Safari and Chrome */
    -o-transform: translate(-50%, 0);           /* Opera */
    -moz-transform: translate(-50%, 0);         /* Firefox */
}
