@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Prompt", sans-serif;
}
body {
    background-color: #000000;
}
.boxBody {
    max-width: 515px;
    margin: 0 auto;
    background-image: url("../images/random/bg.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.boxBody .imgHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.boxCard {
    width: 93%;
    margin: 0 auto;
    background-color: #ffffff;
    border: 3px solid #0056ff;
    border-radius: 20px;
    padding: 30px 28px;
    text-align: center;
}
.boxCard form {
    text-align: center;
}
.boxCard .txt1 {
    font-weight: 500;
    color: #002d63;
    font-size: 17px;
    margin-bottom: 0;
}
.boxCard .txt2 {
    color: #002d63;
    font-weight: 400;
    font-size: 15px;
}
.boxCard .inputRandom {
    background-color: #f1f1f1;
    border: none;
    border-radius: 12px;
    margin-bottom: 0.75rem;
}
.btnSubmit {
    background-color: #002c62;
    color: #ffffff;
    border-radius: 15px;
    font-weight: 500;
}
