* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: url(/assets/images/background.b407227d03bfa02075c3.svg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form {
    width: 499px;
}

.link{
    color: #1B1B1B !important;
    font-size: 16px !important; 
    font-weight: 500 !important;
    line-height: 24px !important; 
    text-decoration-line: underline;
}
.code-input {
    margin: 6px;
    height: 56px;
    width: 56px;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    outline: none;
    text-align: center;
    font-size: 1.2rem;
    background-color: transparent;
}