﻿.loginimg {
    background: url(../img/right_img.jpg) no-repeat center center;
    background-size: cover;
}

.loginpart {
    width: 60%;
}

.logintitle {
   
    color: #464D69;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

    .logintitle h2 {
        font-size: 28px;
    }

.textbox {
    border: #fed53f solid 2px !important;
    border-radius: 10px;
    padding: 10px 25px !important;
    height: 52px !important;
    background-color: #E8F0FE;
}
.button {
    border: #fed53f solid 2px !important;
    border-radius: 20px;
    background-color: #fed53f;
    color:#000000;
    font-weight:600;
    font-size:18px;
    padding:10px;
}

.link {
    text-decoration: none;
    font-size: 18px;
}