.content-login {
	padding-top: 130px;
}
.login {
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    float: right;
    width: 400px;
    overflow: hidden;
    -webkit-transition: height .5s;
    transition: height .5s;
	height: auto;
}
.login-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 200%;
}
.login-heading {
    padding: 30px 0 0;
    margin-bottom: -8px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #000;
	text-shadow: 10px 10px 0 #fff;
}
.login-form {
    position: relative;
    padding: 27px 32px 30px;
}
.login-form .form-group {
	margin-bottom: 24px;
}
.login-input {
    height: 40px;
    padding: 0 16px;
	position: relative;
	display: inline-table;
	width: 100%;
	height: 32px;
	padding: 0;
	font-size: 14px;
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
	border-radius: 4px;
	outline: none;
	-webkit-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.login-input .input {
    height: 40px;
    font-size: 14px;
	display: table-cell;
	width: 100%;
	padding: 0 12px;
	color: #333;
	vertical-align: middle;
	background-color: inherit;
	border-radius: 4px;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.login-input .input:focus {
	background-color: #fff1f0;
    border-color: #ff736f;
	box-shadow: none !important;
}
.login-button {
	color: #fff;
	height: 40px;
	min-width: 80px;
	padding: 0 16px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	position: relative;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.invalid-feedback {
	position: absolute;
	top: 100%;
	left: 2px;
	padding-top: 2px;
	font-size: 12px;
	line-height: 1;
	color: #ff736f;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	display: block;
}

.btn-primary:hover{
    border-color: #2a9fd6;
    background: #2180ac !important;
}

.loginpage_border{
    cursor: pointer;
}
.custom-control .custom-control-indicator {
    margin-top: 2px !important;
}
.form-actions {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
}
.admire_logo{
    width: 45px;
    height: 45px;
}
.bg-white{
    background-color: #fff;
}
.loginpage_border {
    border-radius: 5px;
}
.login_border_radius{
    border-radius: 0 0 5px 5px;
}
.login_border_radius1{
    border-radius: 5px 5px 0 0;
}
body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}
.login_button {
    border: none;
}
.has-error label, .has-error small{
    color: #ff8080;
}
.help-block{
    font-size:14px;
}
.icon-white {
    color: #fff;
}
.icon_padding {
    padding: 6px 0 6px 8px;
}
.btn-facebook {background: #3b5998;}
.btn-twitter {background: #00aced;}
.btn-google {background: #c32f10;}

.login_content {
    padding: 15px;
}
.login_logo{
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}
.forgot_pwd a:focus{
    outline: 0 !important;
}
.forgotpwd_margin {
    margin: 198px 0;
}
.forgottxt_clr{
    color: #282828;
}
.forgottxt_clr:hover{
    color: #00c0ef !important;
}
.login_hover:hover{
    color: #35a4d7 !important;
}
.login_top_bottom{
    margin: 9% 0;
}
@media (min-width: 1441px) {
    .login_top_bottom{
        margin: 22% 0;
    }
    .forgotpwd_margin {
        margin: 45% 0;
    }
}
@media (max-width: 600px) {
    body{
        background-repeat: repeat-y;
    }
}