
.login-option{
    margin:0 auto;
    background-color:#009dfe;
    width:500px;
    height:150px;
    border-radius:100px;
    margin-top:100px;

}

.wordinoption {
    text-align: center;
    line-height: 150px;
    font-size: 25px;
    color: white;
}

.title-img{
    width: 100%;
    height: 3.22rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.title-img img {
    max-height: 3.22rem;
    max-width: 100%;
}

.login-image {
    background-image: url('../img/loginlogo.png');
    background-position: center;
    background-size: cover;
}


