/* -----Login Page BG------ */

.loginbackground {
    position: relative;
    background: transparent url("https://s3.amazonaws.com/mytonomy-health/organizations/Medstar/Login_BG.jpg") no-repeat scroll 50% 50%;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    background-attachment: fixed;

}
.fotgt-head {
    background: #fff !important;
}


.loginbackground h2 {
    color: #F7F7F8;
    margin-top: 40%;
    font-size: 42px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width:767px){
	.loginbackground{
        background: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.3)) repeat scroll 0% 0%, transparent url("https://s3.amazonaws.com/mytonomy-health/organizations/Medstar/Login_BG.jpg") no-repeat fixed 50% 50% / cover;
    }
}

@media (max-width:991px) and (min-width:768px){
	.loginbackground{
        background: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.3)) repeat scroll 0% 0%, transparent url("https://s3.amazonaws.com/mytonomy-health/organizations/Medstar/Login_BG.jpg") no-repeat fixed 50% 50% / cover;
    }
}
