.login_wrapper {}

.login_background {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.login_background .lb_back:first-child {}
.login_background .lb_back {}
.login_background .lb_back span {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 30;
    font-size: 60px;
    color: #fff;
    color: rgba(255, 255, 255, 0.46);
}
.login_background .lb_back video {
    /* min-height: 100%; */
    /* min-width: 100%; */
    pointer-events: none;
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}
.login_background .lb_back .lbb_image {}

.login_form {
    position: absolute;
    z-index: 9;
    top: -12px;
    left: 6%;
    width: 400px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 0 11px #000;
    padding-top: 2%;
    max-width: 98%;
}
.login_form form {
    padding: 0 22px 32px 22px;
}
.login_form form button {
    display: block;
    margin: 20px auto 0;
    min-width: 132px;
}


.login_form form button i {
    margin-right: 12px;
}
.login_form form button span {
    text-transform: uppercase;
}

.login_logo {
    /* width: 90px; */
    text-align: center;
    margin: 0 auto;
}
.login_logo img {
    max-width: 80px;
}
.login_logo img:hover {}

.login_title {
    padding-left: 12px;
    padding-top: 11px;
    width: 100%;
}
.login_title h3 {
    font-size: 12px;
    line-height: initial;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.login_form_head h5 {
    width: 60%;
    text-align: center;
    margin-top: 2px;
    padding-top: 13px;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    color: #2f2f2f;
}

.alert_danger_center{
    /*width: 65%;*/
    font-size: 12.5px;
    line-height: initial;

    text-align: center;
    font-weight: 600;


    margin: 17px auto;
    color: #453f3f;
}

.login_form_head {display: flex;flex-wrap: wrap;margin-bottom: 30px;}

.login_form_switch {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}
.login_form_switch .switch{
    flex: 1;
    text-align: right;
}
.login_form_switch span{
    flex: 2;
    color: #67757c;
}


.login_footer {
    position: absolute;
    bottom: 10px;
    z-index: 7;
    /* background: #fff; */
    background: #ffffff24;
    width: 400px;
    right: 0;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 10px #000;
    max-width: 98%;
}
.login_footer a {
    color: #fff;
    text-decoration: dotted;
}
.login_footer a:hover {}
.login_footer p {
    font-size: 13px;
    font-weight: 200;
    color: #ffffff;
    padding: 7px 17px;
    margin-bottom: 0;
    text-shadow: 0 0 2px #000;
    text-align: right;
}
.login_footer b {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}


@media only screen and (max-width: 600px) {
	.login_form {

		top: 18px;
		left: 1%;
		
	}
}
