﻿
.screen {
    background: url("../site_media/pipes.png")!important;
    max-width: 98%;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-attachment: fixed;
    background-position: center center;
    padding: 0px;
    overflow-x: clip;
}

.form {
    width: inherit;
    margin: 5%;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.9);
    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: 90%;
    text-align: start;
    padding-left: 10%;
}


.but {
    width: 90%;
    text-align: center;
}


.sign {
    height: 100px;
    width: 300px;
    padding-left: 32%;
    padding-top: 6%;
}
.sub {
    padding-left: 10%;
  
}
.forPass {
    height: 55px;
    text-align: center;
    padding-top: 5%;
}
    .sign .para {
        padding-left: 60px;
        padding-top: 15px;
    }

    .sign .have {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
