html,
body {
    height: 100%;
    /* background: transparent linear-gradient(180deg, #fd8e00 0%, #000000 100%) 0%
        0% no-repeat padding-box; */
}

.mas-main {
    position: absolute;
    padding-top: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.mas-signup-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.input-group > input.mas-form-width {
    flex: 0 1 10px !important;
}

/* .btn:hover{
    background-color: #FD8E00 !important;
    border-color:rgb(94, 79, 126);
} */
/* .card-img-left {
    width: 45%;
    background: scroll center
        url("https://source.unsplash.com/WEQbe2jBg40/414x512");
    background-size: cover;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.btn-google {
    color: white !important;
    background-color: #ea4335;
}

.btn-facebook {
    color: white !important;
    background-color: #3b5998;
} */
