
body{
    height: 100%;
    background: rgb(23,47,88) !important;
    background: linear-gradient(90deg, rgba(98,19,63,1) 29%,rgba(23,47,88,1) 100%) !important;
}
h3{
    text-align: center;

}
@media screen and (max-width: 600px) {
    h3{
        font-size: 10px;
    }
}
@media screen and (max-width: 900px) {
    h3{
        font-size: 10px !important;
    }
}
@media screen and (max-width: 1200px) {
    h3{
        font-size: 30px !important;
    }
}
.center-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    background-color: rgba(233,233,233,1);
    margin-top: 5%;
    /*padding: 25px 100px 100px;*/
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-radius: 20px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
@media only screen and (max-width: 700px) {
    .center-box {
        width: 90%;
    }
}
@media only screen and (min-width: 700px) {
    .center-box {
        width: 70%;
    }
}

@media only screen and (min-width: 1000px) {
    .center-box {
        width: 40%;

    }
}

img{
    padding-bottom: 25px;
}
form{
    margin-top: 20px;
}
.input label::after {
    content:'\00a0\00a0\00a0\00a0'; /* eq &nbsp; x 4 */
}
.btn-primary{
    border-radius: 5px !important;
    margin-top: 20px !important;
    background-color: #9096a0 !important;
    border-color:  #9096a0 !important;
    min-width: 60%;
}
.btn-primary{
    border-radius: 5px !important;
    margin-top: 20px !important;
    background-color: #9096a0 !important;
    border-color:  #9096a0 !important;
}
.btn-final {
    background: #5496a8 !important;
}


