.login_content form input[type=submit] {
    float: none !important;
    margin-left: 0px !important;
}
/* .login_content h1 {
    line-height: 1.4;
} */
.login_content h1.no-stripe:before,
.login_content h1.no-stripe:after {
    display: none;
}

@media (max-width:320px) {
    .login_content h1.no-stripe.long-text {
        font-size: 22px;
    }
}

.login_content .big-text {
    font-size: 20px; 
    font-weight: bold;
}
.alert{
    text-shadow: none !important;
}
.form-valid{
	margin-top:40px;
}
.thumbnail {
	height:224px !important;
}
.form-valid-2{
	margin-top:10px;
}

.bold {
    font-weight: 600;
}
@media (max-width: 767px){
    .col-md-55{width:100%}
}
