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

.alx-login-wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.alx-login-wrapper .alx-login-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 40px 20px;
}

.alx-login-wrapper .alx-login-box .alx-login-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.alx-login-wrapper .alx-login-box .logo {
    width: 100%;
    max-width: 260px;
    height: auto;
    aspect-ratio: 260 / 50;
    margin-bottom: 20px;
}

.alx-login-wrapper .alx-login-box .logo * {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.alx-login-wrapper .alx-login-box .title {
    width: 100%;
    max-width: 380px;
}

.alx-login-wrapper .alx-login-box .title * {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #0D5AF0;
    text-align: center;
    margin: 20px 0;
}

.alx-login-wrapper .alx-login-box p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #080E2F;
    text-align: center;
    margin: 0 0 20px;
}

.alx-login-wrapper .alx-login-box p:first-child {
    width: 100%;
    max-width: 310px;
    margin: 0 auto 20px;
}

.alx-login-wrapper .alx-login-box p span {
    color: #545E75;
}

.divider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.divider .line {
    height: 1px;
    width: 100%;
    max-width: 100px;
    background: #dddddd;
}

.divider .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
}

.alx-login-wrapper .alx-login-box .book-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.alx-login-wrapper .alx-login-box .alx-google-btn {
    width: 100%;
    max-width: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    padding: 10px 20px;
    background-color: #0D5AF0;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.alx-login-wrapper .alx-login-box .alx-google-btn:hover {
    background-color: rgb(13, 90, 240, 1);
    box-shadow: 0 0 10px rgb(13, 90, 240, 0.8);
}

.alx-login-wrapper .alx-login-box .alx-google-btn:before {
    display: block;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='white'/%3E%3Cg clip-path='url(%23clip0_80_13)'%3E%3Cpath d='M6.1027 11.4604L5.61537 13.2796L3.83423 13.3173C3.30193 12.33 3 11.2004 3 10C3 8.83923 3.2823 7.7446 3.78269 6.78076H3.78307L5.36879 7.07148L6.06343 8.64768C5.91804 9.07154 5.8388 9.52654 5.8388 10C5.83886 10.5138 5.93193 11.0062 6.1027 11.4604Z' fill='%23FBBB00'/%3E%3Cpath d='M16.8781 8.69232C16.9585 9.11577 17.0004 9.55308 17.0004 10C17.0004 10.5012 16.9477 10.99 16.8473 11.4616C16.5066 13.0662 15.6162 14.4673 14.3827 15.4589L14.3824 15.4585L12.3851 15.3566L12.1024 13.5919C12.9208 13.1119 13.5605 12.3608 13.8974 11.4616H10.1543V8.69232H16.8781Z' fill='%23518EF8'/%3E%3Cpath d='M14.3817 15.4585L14.3821 15.4588C13.1825 16.4231 11.6586 17 9.99975 17C7.33398 17 5.0163 15.51 3.83398 13.3173L6.10245 11.4604C6.69359 13.0381 8.21552 14.1612 9.99975 14.1612C10.7667 14.1612 11.4851 13.9538 12.1017 13.5919L14.3817 15.4585Z' fill='%2328B446'/%3E%3Cpath d='M14.4676 4.61153L12.1999 6.46806C11.5619 6.06923 10.8076 5.83883 9.99954 5.83883C8.17492 5.83883 6.62453 7.01343 6.063 8.64769L3.78261 6.78077H3.78223C4.94723 4.53461 7.29415 3 9.99954 3C11.698 3 13.2553 3.60501 14.4676 4.61153Z' fill='%23F14336'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_80_13'%3E%3Crect width='14' height='14' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.alx-login-wrapper .alx-login-box .sign-in {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #dddddd;
}

.alx-login-wrapper .alx-login-box .sign-in p {
    margin: 0;
}

.alx-login-wrapper .alx-login-box .sign-in p strong {
    font-weight: 700;
}

.alx-login-wrapper .alx-login-box .sign-in img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
}

.alx-login-wrapper .alx-login-box .need-help {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.alx-login-wrapper .alx-login-box .need-help p {
    color: #545E75;
    margin: 0;
}

.alx-login-wrapper .alx-login-box .need-help img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.bottom-text {
    margin-top: 20px;
}

.bottom-text .detail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.bottom-text .detail p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #545E75;
    text-align: center;
    margin: 0 0 20px;
    margin: 0;
}

.bottom-text .detail img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .alx-login-wrapper .alx-login-box .title * {
        font-size: 38px;
    }

    .alx-login-wrapper .alx-login-box p {
        font-size: 16px;
    }

    .alx-login-wrapper .alx-login-box .alx-google-btn:before {
        width: 30px;
        height: 30px;
    }

    .alx-login-wrapper .alx-login-box {
        padding: 20px;
    }

    .bottom-text .detail p {
        font-size: 14px;
    }
}