﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.login {
    background: url(../image/carousel5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.login_container {
    width: 100vw;
    height: 100vh;
    margin: auto;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    background: rgb(40, 57, 101, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(./IMG/gaming-pc.jpeg); */
}

.login_form {
    border-radius: 15px;
    width: 400px;
    height: 425px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* background: rgba(40, 57, 101, 0.9); */
}

.group input {
    border-radius: 20px;
    height: 2.5rem;
    padding: 10px;
    border: none;
    outline-color: black;
    background: rgba(255,255,255,.1);
    font-size: 15px;
    color: white;
}

.group label {
    color: #fff;
    font-size: 13px;
}

.group {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

    .checkbox input {
        width: 12px;
    }

    .checkbox label {
        color: #ffffff;
        font-size: 12px;
        font-weight: 550;
    }

.signin_btn {
    border-radius: 25px;
    height: 45px;
    background-color: rgb(27, 112, 209);
    color: white;
    font-size: 1rem;
    font-weight: 500;
    border: none;
}

.header {
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
}

hr {
    border-color: rgba(255,255,255,.1);
    margin: 1rem 0;
}

.forgot {
    color: gray;
    text-align: center;
    text-decoration: none;
}

@media(max-width:768px) {

    .login_form {
        width: 330px;
        height: 360px;
        padding: 40px;
        gap: 8px;
    }

    .header {
        font-size: 1.7rem;
    }

    .group {
        gap: 1px;
    }

        .group input {
            height: 30px;
            width: 250px;
        }

    .signin_btn {
        width: 250px;
        height: 35px;
        font-size: 14px;
    }

    .forgot {
        font-size: 13px;
        text-align: center;
    }

    .checkbox label {
        font-size: 13px;
        font-weight: 200;
    }
}

@media(max-width:576px) {
    .login_form {
        width: 280px;
        height: 315px;
    }

    .header {
        font-size: 1.4rem;
    }

    .group input {
        height: 27px;
        width: 200px;
    }

    .group label {
        font-size: 11px;
    }

    .signin_btn {
        width: 200px;
        height: 28px;
        font-size: 12px;
    }

    .checkbox label {
        font-size: 11px;
        font-weight: 200;
    }

    hr {
        margin: 4px 0;
    }
}

@media(max-width:330px) {
    .header {
        font-size: 20px;
    }

    .login_form {
        width: 260px;
        height: 300px;
    }

    .group input {
        width: 180px;
        height: 24px;
    }

    .group label {
        font-size: 9px;
    }

    .signin_btn {
        width: 180px;
        height: 26px;
        font-size: 11px;
    }

    .checkbox label {
        font-size: 10px;
        font-weight: 150;
    }

    .checkbox input {
        width: 10px;
    }

    hr {
        margin: 2px 0;
    }

    .forgot {
        font-size: 11px;
    }
}




/*******************************************************Coustomer login page*********************************************************/
.font-i a .fa-solid{
    margin: 50px 0 0 50px;
    width: 65px;
    text-align: center;
    font-size: 25px;
    border-radius: 25px;
    border: 0.5px solid black;
    color:black;
}
.font-i a .fa-solid:hover {
    background-color:lightblue;
    border:0.5px solid white;
    color:white;
}

.cus-Signin-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    margin: -85px 0 0 0;
    justify-self:center;
}

.cus-Signin-card {
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* gap: 10px; */
}

.cus-Signin-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    gap:10px;
}

.cus-Signin-form label {
    font-size: 1.5rem;
    color: #305eff;
    font-weight: 600;
    align-self: center;
    font-family:Arial, Helvetica, sans-serif;
}

.cus-Signin-form input {
    height: 2.5rem;
    outline: none;
    font-family:Arial, Helvetica, sans-serif;
    padding:10px;
}

.Signin-logo {
    width: 350px;
    padding: 10px;
}
.btn-div {
    width: 100%;
    justify-content:space-around;
    display: flex;
}

.submit-btn {
    height: 2rem;
    background-color: #305eff;
    color: #fff;
    font-weight: 600;
    outline: none;
    border: none;
    border-radius: 25px;
    width:150px;
    cursor:pointer;
    align-self:center;
}
.btn-btn-link {
    height: 2rem;
    background-color: #d1cc19;
    color: #fff;
    font-weight: 600;
    outline: none;
    border: none;
    border-radius: 25px;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
}
.btn-warning {
    height: 2rem;
    background-color: #d1cc19;
    color: #fff;
    font-weight: 600;
    outline: none;
    border: none;
    border-radius: 25px;
    width: 150px;
    cursor: pointer;
}

.submit-btn :hover {
    background-color: #305dffef;
}

.link {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.link a {
    color: #305eff;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    align-self:center;
}

.sublink {
    display: flex;
    gap: 10px;
}

.different-email:hover {
    text-decoration: underline;
}

.Privacy:hover {
    text-decoration: underline;
}

.Terms:hover {
    text-decoration: underline;
}

@media(max-width:768px) {
    .Signin-logo {
        width: 300px;
        padding: 8px;
    }

    .cus-Signin-card {
        width: 300px;
        height: 312px;
    }

    .cus-Signin-form label {
        font-size: 20px;
    }

    .cus-Signin-form input {
        font-size: 15px;
    }

    .link a {
        font-size: 15px;
    }
    .submit-btn{
        width:120px;
    }
    .btn-warning{
        width:120px;
    }
}

@media(max-width:576px) {
    .Signin-logo {
        width: 250px;
        padding: 6px;
    }

    .cus-Signin-card {
        width: 250px;
        height: 300px;
    }

    .cus-Signin-form label {
        font-size: 18px;
    }

    .cus-Signin-form input {
        font-size: 13px;
    }

    .submit-btn {
        margin: 10px 0;
        font-size: 14px;
        height: 1.7rem;
        width:100px;
    }
    .btn-warning {
        margin: 10px 0;
        font-size: 14px;
        height: 1.7rem;
        width:100px;
    }
    .link a {
        font-size: 13px;
    }
}

@media(max-width:341px) {
    .cus-Signin-card {
        width: 230px;
        height: 270px;
    }
    .font-i a .fa-solid{
        width:40px;
        font-size:18px;
    }
    .Signin-logo {
        width: 180px;
    }

    .link a {
        font-size: 11px;
    }
    .submit-btn {
        width: 80px;
        font-size:13px
    }

    .btn-warning {
        width: 80px;
        font-size:13px;
    }
}
