body {
    min-height: 100vh;
    background: radial-gradient(40.32% 97.18% at 86.18% 20.48%, #FFF 0%, #F1F7FF 100%) no-repeat;
}
input.code-input {
    margin-left: 5px;
    text-align: center;
    width: 45px;
    height: 55px;
    border: 1px solid #000;
    caret-color: transparent;
    font-size: 25px;
    border-radius: 15px;
}
input.code-input:focus {
    outline: 1px solid #0D0DFF;
}
.password {
    position: relative;
}
.password-control {
    position: absolute;
    top: 1rem;
    right: 16px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url('../images/eye.svg') 0 0 no-repeat;
    background-size: 23px 23px;
}
.password-control.view {
    background: url('../images/eye-slash.svg') 0 0 no-repeat;
    background-size: 23px 23px;
}