@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    position: relative;
    background: #000;
    min-height: 100vh;
}
.logo{
    max-width: 200px;
}
.header{
    background: #fff;
    display: flex;
}
.content{
    
    padding-bottom: 100px;
}
.form-area{
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #3a3a3a;
}
h3.title{
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
    border-radius: 20px;
}
input{
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
    background: #fafafa;
    padding: 10px!important;
}
.complete-order{
    width: 100%;
    border: none;
    background-image: linear-gradient(to right,#000,#8d8c8c);
    border-radius: 5px;
    color: #fff;
    font-size: 32px;
    padding: 20px;
}
.complete-order span{
    font-style: italic;
    margin-right: 20px;
    font-weight: bold;
}
.complete-order img{
    width: 192px;
}
h4{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.footer{
    background: #f0f0f0;
    color: #000;
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer a{
    color: #000;
}
.loading-page{
    text-align: center;
    padding: 50px 0;
}
.loading-page img{
    width: 100px;
    height: 100px;
}