.h1, h1 {
    font-size: 24px;
}
.img-fluid {
    max-width: 80%;
    height: auto;
}
.login_image {
    vertical-align: middle;
    margin-bottom: 48px;
    margin-top: 18px;
    display: block;
    position: inherit;
    text-align: center;
}
.container{
 
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rsa_login-container {
    position: relative;
    margin: 25px auto;
    display: block;
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    width: 100%;
    max-width: 400px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-outline-primary {
    color: #fff;
    background-color: #000;
    border-color: #000000;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #f8a156;
    border-color: #f8a156;
}
.form-box input[type="email"] {
    border-radius: 5px 5px 5px 5px;
    border-top: 1;
    margin-top: 16px;
}

body{
    background-repeat: no-repeat;
    background-position:bottom right !important;
    background-size: 40%!important;
}