@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html, body {

}

body {
    font-family: "Public Sans", Arial, sans-serif;
    color: #333;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px;
}

.logo {
    width: 260px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.logo img {
    width: 100%;
}

h2 {
    font-weight: normal;
    text-align: center;
}

.form {
    margin-top: 120px;
    text-align: center;
}

.form input {
    width: 100%;
    font-family: "Public Sans", Arial, sans-serif;
    margin-bottom: 40px;
    padding: 10px 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #DBDADE;
    border-radius: 10px;
}

.form button {
    background-color: #7367F0;
    background-image: url("/images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: 75% 50%;
    color: white;
    padding: 10px 20px;
    padding-right: 45px;
    font-size: 16px;
    outline: none;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

.error {
    background-color: #EA545533;
    background-image: url("/images/error.png");
    background-repeat: no-repeat;
    background-position: 10px 11px;
    margin-top: 150px;
    color: #EA5455;
    padding: 15px;
    padding-left: 50px;
    border-radius: 10px;
}

iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
