
.brand {
    font-size: 44px;
    text-align: center;
    /* margin: 20px 0; */
    background: white;padding: 10px 10px 10px 30px;
}



.content1 {
    max-width: 80%;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-shadow: 0px 2px 6px 3px #777777;
}
.content1 #login-form {
	padding: 15px 20px 20px 20px;
}
.content1 #register-form{
	padding: 15px 20px 20px 20px;
}

.content1 #forgot-form{
	padding: 15px 20px 20px 20px;
}

.loginborder {
    border: 1px solid #e6e6e6;
    padding: 10px 10px 0px 10px;
    border-radius: 12px;
}

.login-instruction {
    
    background-size: cover;
    background-position: top center;
    margin-top: -10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    min-height: 300px;
}

.loginibox{
	    background-color: transparent;
	
}

.loginibox .ibox-head{
	border-bottom: 1px solid #fff;
}

.loginibox .ibox-title{	
    text-align: center;
    font-family: 'Open Sans' !important;
    color: #fff;
}
.loginibox .ibox-body{
	    color: #fff;
}


.login-header {margin:10px 0 20px 0;}
.login-img {
	display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #6bd6db;
    font-size: 28px;
    color: #2CC4CB;
}
.login-header a{
	width: 50%;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	background-color: #c7cccf;
}
.login-header a.active {
    background-color: #fff;
    color: inherit;
}
.login-title {
	margin-bottom: 25px;
	margin-top: 20px;
	text-align: center;
}
.social-auth-hr {
	text-align: center;
	height: 10px;
    margin-bottom: 21px;
    border-bottom: 1px solid #ccc;
}
.social-auth-hr span {
	background: #fff;
    padding: 0 10px;
}
.login-footer {
	padding: 15px;
	background-color: #ebedee;
	text-align: center;
}





