body {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/56599176.jpg), rgba(255, 255, 255, 0);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
}

.nopadding {
    padding: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-wrapper {
    width: 510px;
    min-height: 200px;
    /* background: url(../images/Oil_Gas_background.jpg); */
    -webkit-background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    background: rgba(69, 126, 205, 0.76);
    box-shadow: 0 0 6px #cecece;
    padding: 20px;
}
.pl-0
{
    padding-left:0;
    padding-right:8px;
}
.pr-0
{
    padding-right:0;
    padding-left:8px;
}
.welcome-head
{
    color: #fff;
    font-size: 22px;
    text-decoration: underline;
    padding-bottom: 10px;
}
.login_field
{
    color: #fff;
    /*text-decoration: underline;*/
    font-weight: 400;
}
.submit-login-btn{
    background: #343eaf ;
    padding: 10px;
    height: auto;
    border: none;
    color: #fff;
    font-size: 16px;
}
.text-field
{
    background: rgb(68, 123, 203);
    border: none;
    border-bottom: solid 2px #ffffff;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 0;
    margin-top: 3px;
    font-size: 15px;
}
@media only screen and (min-width: 320px) and (max-width:768px) {
    .login-wrapper
    {
        width: 90%;
    }

}

