@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat' sans-serif;
    font-weight: 500;
    overflow: hidden;
}


main {
    background-color: rgb(2, 12, 22);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    height: 100%;
}

.logo-img {
    max-width: 100px;
    align-items: center;
}

.logo-img img {
    width: 100%;
    height: 140%;
    scale: 1.5;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 80px;
    transition: 200ms;
}

.log-in-box {
    font-family: 'Montserrat';
    background-color: rgb(5, 18, 30);
    backdrop-filter: blur(50px);
    border-radius: 25px;
    width: 500px;
    /* height: 600px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
}

.log-in-box .log-in-text {
    width: 100%;
    height: 40px;
    margin: 15px 0 30px;
}

.log-in-box h3 {
    color: aliceblue;
    text-align: center;
    font-weight: bold;
}

#login-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-box {
    width: 100%;
    height: 40px;
    margin: 5px 0;
}

.input-box ::placeholder {
    color: rgba(218, 232, 248, 0.5);
}

.input-box input {
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    color: rgba(218, 232, 248, 0.5);
    background-color: rgba(19, 43, 65, 0.5);
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.005);
    border: none;
    padding: 0 5%;
}

.button-login {
    text-align: center;
    width: 100%;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

button {
    text-align: center;
    padding: 11px;
    width: 70%;
    height: 40px;
    background-color: rgb(0, 195, 255);
    border-radius: 20px;
    font-weight: 600;
    border: none;
    margin: 30px 0 10px;
    transition: 200ms;
}

button:hover {
    text-align: center;
    padding: 11px;
    width: 70%;
    height: 40px;
    background-color: #82dffc;
    border-radius: 20px;
    margin: 30px 0 10px;
    transition: 100ms ease-in;
}

.log-in-box .remember-forgot {
    margin-top: 10px;
    font-size: 14px;
}

.log-in-box .register {
    margin-top: 10px;
}



.remember-forgot label {
    font-weight: 500;
    color: aliceblue;
}

.remember-forgot a {
  margin-top: 50px;
    color: aliceblue;
    text-decoration: underline;
}



.register p2 {
    color: aliceblue;
}

.register a {
    color: aliceblue;
    text-decoration: underline;
}

.log-in-box hr {
    width: 100%;
    border-top: 2px solid rgba(133, 133, 133, 1);
    border-radius: 3px;
    margin-top: 25px;
}

.other-login {
    margin: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid rgba(0, 195, 255, 0.2);
    padding-top: 10px;
}

.other-login a {
    text-align: center;
    color: aliceblue;
    padding: 11px;
    width: 100%;
    height: 40px;
    background-color: rgb(50, 159, 255);
    border-radius: 20px;
    font-weight: 600;
    margin: 7px 0;
}


.other-login a4 {
    /* border: 2px solid rgba(0, 0, 0, 1); */

    text-align: center;
    color: rgb(0, 0, 0);

    padding: 9px;
    width: 100%;
    height: 40px;
    background-color: rgb(250, 250, 250);
    border-radius: 20px;
    font-weight: 600;
    margin: 7px 0px;

}

@media screen and (max-width: 1080px){

}


@media screen and (max-width: 560px) {

    body {
        font-family: 'Montserrat' sans-serif;
        font-weight: 500;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    main {
        padding: 0 20px;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .logo-img {
        max-width: 100px;
        align-items: center;
    }

    .logo-img img {
        width: 100%;
        height: 140%;
        scale: 1;
        object-fit: cover;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 0 0 20px 0;
        transition: 200ms;
    }

    .log-in-box {
        font-family: 'Montserrat';
        /* background: radial-gradient(circle, rgb(2,12,22) 0%, rgb(2,12,22) 100%); */
        background-color: rgb(5, 18, 30);
        backdrop-filter: blur(50px);
        border-radius: 25px;
        width: 100%;
        margin: 0 20px;
        height: max-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 30px;
    }

    .register {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .log-in-box h3 {
        color: aliceblue;
        font-size: 18pt;
        text-align: center;
        font-weight: bold;
    }

    .log-in-box .log-in-text {
        width: 100%;
        height: 40px;
        margin: 5px 0 15px 0;
    }

    button {
        text-align: center;
        padding: 11px;
        width: 70%;
        height: 40px;
        /* background-color: #2DE288; */
        background-color: rgb(0, 195, 255);
        border-radius: 20px;
        font-weight: 600;
        border: none;
        margin: 15px 0 5px 0;
        transition: 200ms;
    }

    button:hover {
        text-align: center;
        padding: 11px;
        width: 70%;
        height: 40px;
        /* background-color: #2DE288; */
        background-color: #82dffc;
        border-radius: 20px;
        margin: 15px 0 5px 0;
        transition: 100ms ease-in;
    }

    .other-login {
        margin: 15px 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .register p2{
        margin-top: 10px;
    }
}