
.brand {
	font-size: 44px;
    text-align: center;
    margin: 20px 0;
}

.login-box {
    padding: 25px;
    box-shadow: 10px 10px 18px -2px rgba(16, 86, 111, 0.54);
    background-color: white;
    margin-top: 50px;
}

.content {
	max-width: 400px;
	margin:0 auto;
}
.content form {
	padding: 15px 20px 20px 20px;
	background-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;
    color: #a5a5a5;
    font-weight: 700;
}
.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;
}

.brand1 {
    font-size: 44px;
    text-align: center;
    margin: 20px 0;
}


@media(max-width: 991px) {
    .hidden-991 {
        display: none;
    }

    .main-footer {
        position: absolute;
        bottom: 0;
    }

}

.main-footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
}