.form{
    width: 100%;
    height: 88vh;
    padding:10px 0px 5px;
}
form{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
form h3{
    font-weight: bolder;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}
.form-wrap{
    width: 30%;
    height: 500px;
    margin:  auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 20px;
}
.form-control input{
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    outline: none;
    background: rgb(248, 245, 245);
    margin: 10px auto;
}
form button{
    width: 40%;
    height: 50px;
    background: red;
    outline: none;
    margin: 10px auto 0px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.1em;
    font-weight:bold;
}
.checkbox-help{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.9em;
    color: rgb(168, 168, 168); 
    margin-bottom: 60px;   
}
.checkbox-help a{
    color: rgb(168, 168, 168);    
}
.form-text{
    font-size: 15px;
    margin-bottom: 10px;   
}
#form-text1{
    color: rgb(168, 168, 168);
}
#form-text2{
    color: #ffffff;
}
#form-text3{
    font-size: 14px;
    margin: 10px 0px;
}
#form-text3 a{
    color: blue;
}
