body {
    height: 455px;
}

.container {
    height: 100vh;
    justify-content: center;
    background-color: #3598dc;
    padding: 60px 4px;
    display: flex;
    align-items: center;
    /* padding: px; */
}

.sign-form{
    background: white;
    padding: 40px 15px;
    border-radius: 3px;
    width: 350px;

}

h2{
     margin-bottom: 10px;

}

p{
     margin-bottom: 20px;

}
form {
    background: white;
    padding: 35px 15px;
    border-radius: 3px;
}

.sha {
    display: flex;
    gap: 12px;
    /* text-align: center;
    padding: 8px 0px */
}

.sha1 {
    padding: 10px;
    width: 94%;
    /* height: 100; */
    border-radius: 3px;
    border: 0px solid gray;
    background-color: #dfdfdf;
    margin-bottom: 15px;


}

.hid {
    margin-bottom: 15px;

}

.btn1 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #3598dc;
    border: none;
    width: 40%;
    height: 35px;
    border-radius: 5px;

}

.saj{
    margin-top: 12px;
}