.main-body {
    padding: 30px 15px 15px 15px;
    margin-top: 4% !important;
    /* border-top: 5px solid #3f51b5; */
    z-index: 9;
    position: relative;
}

.dropright>ul {
    top: -185% !important;
}
#loginwrapper, #forgotwrapper {
    border: 1px solid #efefef;
    border-radius: 10px;
    background: white;
    box-shadow: 6px black;
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}
#loginwrapper h2, #forgotwrapper h2 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.capt {
    margin-left: -1em;
}


.homeBase {
    background-size: cover;
    height: unset !important;
}
@media (min-width: 481px) {
    .login-bottom-action div p{
        text-align: left;
    }
    .login-bottom-action .dropright{
        text-align: right;
    }
}
@media (max-width: 480px) {
    .login-bottom-action {
        text-align: center;
    }
}
