.form-background{
    width: 90%;
    height: 600px;
    margin: auto;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

input{
    height: 50px;
    width: 90% !important;
    margin: 10px;
    border: 2px solid rgba(200, 220, 247, 0.379);
    background-color: rgba(119, 136, 153, 0.2);
}

.descryption-text{
    width: 90% !important;
    height: 100px;
}

.form-button1{
    height: 50px;
    width: 150px;
    border: 2px solid rgba(179, 202, 233, 0.379);
    background-color: rgba(119, 136, 153, 0.2);
    text-align: center;
    transition: all 1s;
}

.form-button1:hover{
    background-color: rgba(23, 30, 33, 0.7);
    color: white;
    border: none;
}

#policy{
    width: 20px !important;
}

.success{
    height: 50px;
    width: 65%;
    border: 3px solid rgba(144, 238, 144, 0.66);
    text-align: center;
}

.file-box{
    width: 97% !important;
    height: 35px;
}

@media (min-width:768px){
    .form-background{
        height: 700px;
    }
   

    .descryption-text{
        width: 96%;
    }
}

@media (min-width:992px) {
    .form-background{
        width: 70%;
        box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    }
}

@media (min-width:1200px) {
    
}

