main{
    height: 100dvh;
    background:linear-gradient(173deg,rgb(49 78 209),rgb(110, 181, 235)) ;
    overflow: auto;
}
#SignUp{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: white;
}
.img-content{
    width: 50%;
    background:linear-gradient(rgba(53, 126, 226, 0.377)),url("../image/clinic.jpeg");
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    font-style: italic;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.form label{
    margin-block: 5px;
    color: rgb(54, 53, 53);
}
h1{
    color: #4875DB;
    text-shadow: 1px 1px 10px #1a56e4;
}

#submit{
    background: #4875DB;
    color: white;
    font-weight:bold ;
    margin-left: auto;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    margin-bottom: 5px;
}
.form input, .form select{
    border: 2px solid #85a8ea;
}
#submit:hover{
    background-color:white;
    color: #4875DB;
    border:2px solid #4875DB;
}

.password-container {
    position: relative;
}

.password-container i {
    position: absolute;
    top: 47px;
    right: 40px;
    cursor: pointer;
    color: #555;
}

.password-container input {
    padding-right: 35px;
}