﻿
@keyframes roll-down-curtain-2 {
    0% {
        height: 135px;
        background-size: cover;
    }

    100% {
        background-size: cover;
        height: 90vh;
    }
}

body {
    min-height: 700px;
}

a {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}

input[type=radio],
input[type=checkbox],
input[type="file"] {
    display: none;
}


input.mobile-like {
    font-size:0.8em;
}

p {
    margin: 10px 0;
}

.top-menu {
    grid-template-areas: "logo benefits coverage qanda price business damage more . loginBtn ordetNow .";
    position: static;
    max-width: 100%;
    min-width: 1335px;
    position: static;
    padding: 0 160px;
}

.content {
    min-height: 650px;
}

.row-1 {
    max-width: 100%;
    min-width: 1335px;
    height: calc(100vh - 140px);
    min-height: 550px;
    grid-template-columns: 1fr;
    padding: 0 160px;
    background-size: cover;
    background: #19ACFF;
    color: #fff;
    position: static;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 10px;
}

.row-1-skirt {
    background: url('/Content/Images/Union 1-1-blue.png');
    background-position: top;
    background-repeat: repeat-x;
    width: 100%;
    height:80px;
    z-index: 0;
    animation-name: roll-down-curtain-2;
    animation-duration: 0.3s;
    overflow: hidden;
    margin-top: -1px;
    
}

    .row-1 .spacer {
        width: 20px;
    }

    .row-1 .right-side,
    .row-1 .left-side {
        align-items: center;
        position: relative;
        width: 50%;
    }

    .row-1 .right-side {
        z-index: 3;
    }

    .row-1 .left-side {
        text-align: end;
    }

    .row-1 .login-with-div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        /*max-width: 600px;*/
        width: 100%;
    }

        .row-1 .login-with-div .login-with-button {
            background: #FFFFFF;
            /*width: 300px;*/
            width: 100%;
            height: 80px;
            box-shadow: 0px 3px 6px #00000029;
            border-radius: 8px;
            display: flex;
            align-items: center;
            cursor: pointer;
            padding: 15px;
            margin: 25px 0;
        }

            .row-1 .login-with-div .login-with-button :last-child {
                flex: 1;
                height: 61px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 10px;
            }

            .row-1 .login-with-div .login-with-button :first-child {
                flex: 4;
                border-left: solid 1px #999;
                height: 61px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.6em;
                text-align: center;
            }

            .row-1 .login-with-div .login-with-button .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                background-position: center;
                background-repeat: no-repeat;
                margin: 0 10px;
                background-size: contain;
            }

            .row-1 .login-with-div .login-with-button.login-with-facebook {
                border: 2px solid #1E4FAD;
                color: #1E4FAD;
            }

                .row-1 .login-with-div .login-with-button.login-with-facebook .icon-facebook {
                    background-image: url('/Content/Images/Path 298.png');
                    width: 20px;
                    height: 38px;
                }

            .row-1 .login-with-div .login-with-button.login-with-google {
                border: 2px solid #C24B3C;
                color: #C24B3C
            }

                .row-1 .login-with-div .login-with-button.login-with-google .icon-google {
                    background-image: url('/Content/Images/Path 300.png');
                    width: 38px;
                    height: 38px
                }



    .row-1 .right-side .text {
        text-align: center;
    }

    .row-1 .login-register-user {
        width: 100%;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-family: Assistant-Regular;
    }

        .row-1 .login-register-user .username-and-password {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
        }

            .row-1 .login-register-user .username-and-password .one-input {
                width: 100%;
            }

    .row-1 .or-log-in {
        width: 41px;
        height: 41px;
        border-radius: 50%;
        background-color: #FFFFFF;
        color: #115F8B;
        font-size: 16px;
        font-family: 'Assistant-Bold';
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

        .row-1 .or-log-in::before,
        .row-1 .or-log-in::before {
            content: "";
            border: none;
            position: absolute;
            border-bottom: solid 1px #fff;
            top: 50%;
            width: 100vw;
            left: 48px;
            z-index: 0;
        }

        .row-1.or-log-in::after,
        .row-1 .or-log-in::after {
            content: "";
            border: none;
            position: absolute;
            border-bottom: solid 1px #fff;
            top: 50%;
            width: 100vw;
            right: 48px;
            z-index: 0;
        }

.reg_div {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .reg_div input[type=checkbox] + div > label {
        width: 28px;
        height: 28px;
        border: 2px solid #e2e0e0;
        border-radius: 8px;
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .reg_div input[type=checkbox]:checked + div > label {
        background-image: url('../../Images/noun_tick_680418.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .reg_div .div-btn-submit {
        cursor: not-allowed;
        width: 40%;
        text-align: end;
    }

        .reg_div .div-btn-submit .submit-login{
            background-color: var(--unnamed-color-434343);
            height: 60px;
            width: 100%;
            max-width: 200px;
            box-shadow: 0px 3px 6px #00000029;
            border-radius: 8px;
            color: #9BFF12;
            font-size: 30px;
            font-family: 'Assistant-Bold';
            border: none;
            outline: none;
            pointer-events: none;
            opacity: 0.5;
        }

    .reg_div input[type=checkbox]:checked + div + div > .submit-login {
        cursor: pointer;
        pointer-events: all;
        opacity: 1;
    }

.row-1 .left-side .hanging-laundry {
    width: 100%;
    height: 500px;
    background: url(/Content/Images/WebP/33059-small.webp) 0% 0% no-repeat padding-box;
    background-position: center;
    background-size: cover;
}

.row-1 .phone {
    width: 527px;
    height: 669px;
    background: url(/Content/Images/1542.png)no-repeat;
    position: absolute;
    background-position: center;
    top: 101px;
    left: auto;
    right: auto;
    background-size: auto 110%;
}


.row-1 .Group_753 {
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
}

.ltr .row-1 .Group_753 {
    left: auto;
    right: 0;
    transform: rotateY(180deg)
}

.ltr .row-1 .login-with-div .login-with-button :first-child {
    border-left: none;
    border-right: solid 1px #999;
}
.ltr .row-1 .phone {
    left: auto;
    right: 20%;
    transform: rotateY(180deg)
}
/**************************/
@media only screen and (max-width: 500px) {
    .top-menu, .row-1 {
        min-width: 100%;
        display: flex;
    }

    .row-1 {
        flex-direction: column;
        padding: 0 16px;
        height: calc(100vh - 40px);
    }

        .row-1:before {
            height: calc(100vh - -60px);
        }

        .row-1 .right-side,
        .row-1 .left-side {
            display: block;
            /*flex-direction: column;
            justify-content: center;*/
            position: relative;
            width: 100%;
        }

        .row-1 .left-side {
            justify-content: flex-start;
            display: none;
        }

        .row-1 .phone {
            display: none;
        }

        .row-1 .login-with-div {
            flex-direction: column;
            max-width: 100%;
            margin: 20px 0;
        }

            .row-1 .login-with-div .login-with-button {
                margin: 20px 0;
            }

        .row-1 .login-register-user .username-and-password {
            flex-direction: column;
        }

    .reg_div {
        color: #000;
    }

        .reg_div input[type=checkbox] + label {
            width: 28px;
            height: 28px;
            border: 2px solid var(--unnamed-color-115f8b);
            background-color: var(--unnamed-color-c6c6c6);
            border-radius: 8px;
            margin: 0 10px;
            display: inline-block;
            vertical-align: middle;
        }
}
