﻿
.screen {
    background:#fff !important;
    width: 90% !important;
    height: 86vh;

    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    background-position: center;
    opacity: 1.9;
}
 
  
    .screen img {
        height: 100%;
        padding: 40px;
        margin-top:32px;
    }


.form {
    height: auto;
    width: 22.2%;
    margin: auto;
    position: absolute;
    /*top: 15%;
    left: 40%;*/
    position:relative;
    z-index:1;
    margin-left: 153px;
    border-radius: 8px;
   
}

.main {
    
    padding-bottom: 10px;
    
}

.h3 {
    text-align: center;
    text-decoration: dotted;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(40, 40, 228);
    padding-top: 30px;
    font-size: 40px;
    font-weight: 300px;
}

.img {
    text-align: center;
    padding-top: 30px;
    border-radius: 50%;
}

.col1 {
    width: 300px;
    text-align: start;
    padding-left: 30px;
}

.col2 {
    width: 300px;
    text-align: start;
    padding-left: 30px;
}

.but {
    width: 250px;
    height: 40px;
    margin-left: 40px;
}
.vertical-menu {
    display: none;
}

.sign {
    height: 100px;
    width: 300px;
    padding-left: 90px;
    padding-top: 30px;
}

    .sign .para {
        padding-left: 60px;
        padding-top: 15px;
    }

    .sign .have {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
.footerr {
    display: none;
}
body{
    background:#fff;
}
.header_vbl {
    background: grey !important;
}

.main loginForm {
    height: 100%;
    width: 60%;
    margin-left: -38px;
    background: blue;
}
F