﻿
.default-login-page {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/waiver/waiver-default-bg.jpg);
    display: flex;
    height: 100vh;
    width: 100%;
    background-size: contain;
    justify-content: center;
    align-items: center;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}

.ref-login {
    display: flex;
    flex-direction: column;
    row-gap: 200px;
    align-items: center;
    min-width: 40%;
    position: relative;
    margin-top: 400px;
}

.theme-logo img {
    width: auto;
    max-width: 300px;
    max-height: 150px;
}

.ref-input {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    width: 100%;
    position: relative;
}

    .ref-input label {
        font-size: 18px;
    }

.ref-login .theme-logo {
    display: none;
}

.ref-input input {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    min-width: 250px;
}

.ref-input button {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    background-color: var(--bg1);
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    margin-top: 15px;
}

    .ref-input button i {
        display: flex;
        height: 35px;
        width: 35px;
        background-position: -6px -6px;
        filter: invert(1);
    }

@media(max-width:767px) {
    .ref-login {
        row-gap: 50px;
        margin-top: 220px;
    }

    .theme-logo img {
        max-width: 200px;
    }
}

@media(min-width:992px) {
    .default-login-page {
        background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/waiver/waiver-destop-bg.jpg);
        background-size:cover;
    }
}
