.box {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: black;
    /* border: 2px solid yellow; */
}
@media only screen and (max-width: 590px){
    .form {
   
    width: 90%;
   
    

}
}
.form {
   
    width: 80%;
    border-radius: 10px;
    background: white;
    /* border: 2px solid red; */
    padding: 10px;
    /* text-align: center; */
    

}

.btn {
    background: red;
    color: white;
    width: 100%;
}

h6 {
    font-size: 17px;
}

.icon {display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 17px 0px; */
    /* padding-top: 10px; */
    border-radius: 60px;
    width: 90px;
    height: 85px;
    background: red;
}
.d-flex{
    align-items: center;
    flex-direction: column;
}
.container{
    margin: 10px 0px;
}