body{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    background-image: url(../img/ss.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.main_body{
    width: 55%;
    height: auto;
    border: solid;
    border-radius: 12px;
    box-shadow: 2px 2px 10px 2px;
    margin: auto;
    padding: 20px;
    position: relative;
    top: 80px;
    background-color: #d3e056!important;
    display: flex;
    align-items: center;
    
}

.vms_img{

    background-image: url(../img/ss.jpg);
    background-size: cover;
    background-position: center;
    width: 38%;
    overflow: hidden;
    margin-right: 5px;
    height: 366px;
    border-radius: 13px;

}
.loginform{
    width: 60%;
    height: auto;
    padding: 15px;
    margin-left: 11px;
    border-radius: 10px;
    background-color: #fff;
}
.welcome_vms {
    background: rgb(154 195 195 / 50%);
    height: 100%;
    padding: 10px;
    padding-top: 52px!important;
    color: #fff;
}
.logo{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.uk_logo{
    width: 50%;
    overflow: hidden;
}
.uk_logo img{
    height: 56px;
    width: 164px;
}
.forest_logo{
    width: 50%;
    text-align: end;
}
.forest_logo img{
    height: 75px;
    width: 85px;
}
.input_form{
    text-align: center;
}
/* .input_form input {
    margin: 10px;
    padding: 10px;
    width: 87%;
   
} */

/* select#location {
    width: 402px;
    margin: 10px;
    padding: 10px;
} */

button.text-white.text-weight-bold.bt {
    width: 94%;
    margin: 10px;
    padding: 10px;
    background: greenyellow;
}