﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.text-title {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 17px;
}

.head_title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #2d0897;
    font-family: fantasy;
    padding-top: 10px;

}

.sub_title {
    letter-spacing: 3px;
}

.header {
    overflow: hidden;
    background-color: #a4eeff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    border-bottom: 7px double #2d0897;
    background: linear-gradient(to bottom, #ffffff, #92d0ff) !important;
    padding: 12px;
}
}

    .header a {
        float: left;
        color: black;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
    }

        .header a.logo {
            font-size: 25px;
            font-weight: bold;
        }

        .header a:hover {
            background-color: #ddd;
            color: black;
        }

        .header a.active {
            background-color: dodgerblue;
            color: white;
        }

.header-right {
    float: right;
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    background: #f9f9f9;
    background-image: url(../img/bann2.jpg);
    background-size: cover;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.form-container {
    width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
    margin-top: 100px;
}

.form-box {
    width: 100%;
    padding: 30px 40px;
}

    .form-box h2,
    p {
        text-align: center;
    }

    .form-box h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .form-box p {
        margin-top: 5px;
        font-size: 15px;
        color: #726e84;
    }

.custom-hr {
    height: 5px;
    width: 40px;
    border-radius: 2.5px;
    margin: 0 auto;
    border: none;
    background: linear-gradient(to right, #0099ff 0%, #060466 100%);
}

.form {
    margin-top: 20px;
}

    .form label {
        font-weight: 500;
        font-size: 16px;
        display: inline-block;
        margin-bottom: 5px;
    }

.input-box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 33px;
    padding: 13px 15px;
}
.input-box,form-btn:focus{
    outline:none!important;
}

::placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.form-clearfix label,
a {
    font-size: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.form-btn {
    width: 100%;
    margin: 20px 0;
    border: none;
    border-radius: 10px;
    padding: 13px 15px;
    background: linear-gradient(to right, #0099ff 0%, #060466 100%);
    color: #fff;
    border-radius: 33px;
    font-size: 16px;
}

.social-box {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

    .social-box li {
        list-style: none;
        margin: 0 10px;
    }

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.social-box li:nth-child(1) .social-icon {
    color: #1873eb;
}

.social-box li:nth-child(2) .social-icon {
    color: #ea4335;
}

.social-box li:nth-child(3) .social-icon {
    color: #55adee;
}


/*=== responsive ===*/

@media screen and (max-width: 600px) {
    .form-container {
        width: 390px;
        margin-top: 63px;
    }

    .logo1 {
        display: none !important;
    }

    .head_title {
        font-size: 14px;
        font-weight: 900;
        font-family: sans-serif;
    }

    .text-title {
    left: 45px;
    top: 5px;
}
    a.logo img {
    width: 10%;
}
    .form {
    margin-top: 0px;
}


    .sub_title {
        letter-spacing: 1px;
    }

    .heading {
        font-size: 20px;
    }

    .form-box {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 400px) {
    .form-container {
        width: 325px;
        margin-top: 110px;
    }

    .form-box h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .sub_title {
        letter-spacing: 0px;
    }

    .head_title {
        font-size: 12px;
    }

    .form-clearfix label,
    a {
        font-size: 12px;
    }

    .form label {
        font-size: 14px;
    }
}
