body:before {
     content: "";
     position: fixed;
     top: 0;
     left: 0;
     display: block;
     width: 100%;
     height: 103%;
     background: url(../images/onemed_login.jpg) no-repeat center 1%;
     background-size: 102%;
     opacity: .9;
     filter: blur(2px);
 }

.sign-in-wrapper .sign-container {
    margin-left: 15% !important;
}

.forgot-password{
     float: right;
     text-align: right;
}

.m-t-10{
     margin-top: 10px!important;
}
.m-t-20{
     margin-top: 20px!important;
}
.m-b-15{
     margin-bottom: 15px !important;
}

.m-b-20{
     margin-bottom: 20px !important;
}

.m-b-35{
     margin-bottom: 35px !important;
}

.m-b-55{
     margin-bottom: 55px !important;
}
.m-l-0{
     margin-left: 0!important;
}

.m-r-0{
     margin-right: 0!important;
}

.p-r-0{
     padding-right: 0!important;
}

.p-l-0{
     padding-left: 0!important;
}

