body{
}
.login-graphic{
    background-color: #232a52;
    min-height:100vh;
}
.logo{
    margin:0 auto;
    display: block;
    width:200;
}
.right{
    text-align: right;
}
.login-form{
    padding:2% 7%;
}
.login-form .form-control {
    border-radius: 10px;
    padding: 10px 25px;
    border: 1px solid #ebebeb;
    /* box-shadow: 2px 2px 10px rgb(0 0 0 / 11%); */
}
.prod-name {
    text-align: center;
    font-weight: 100;
    margin-top: 30px;
    color: #232a52;
}
.heading {
    text-align: center;
    font-weight: 200;
    color: #575757;
    margin-top: 20px;
}
button.btn.btn-login {
    background-color: #5263c5;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 30px !important;
    border-radius: 35px;
    font-size: 0.8em;
    height: 50px;
}
a.btn.btn-link.right {
    text-decoration: none;
    color: #727272;
    font-size: 0.8em;
}
.login-img{
    width:550px;
    display: block;
    margin:25vh auto;
}
.pull-right{
    float:right;
}