.icon-success-container {
    width: 64px;
    height: 64px;
    font-size: 42px;
    padding-top: 10px;
    border-radius: 8px;
    margin: auto auto 35px;
}


.or {
    background-color: #f9fafa;
    width: 110px;
    z-index: 99999999999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-25px);
    text-align: center;
}

.external-auth {
    text-align: center;
    font-size: 26px;
    border: 1px solid #cecece;
    border-radius: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    transition: box-shadow ease-in-out 0.2s;
}

.external-auth:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.otp-container input {
    width: 48px;
    height: 62px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.footer {
    display: block;
    border: none;
    background-color: transparent;
}