/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Hanken Grotesk", sans-serif; */

/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: 4px-box;
    -moz-box-sizing: 4px-box;
    box-sizing: 4px-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #233040;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
    position: relative;
    background-color: #F8F9FB;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #233040;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #1F5DBD;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.d-block {
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
}

.container-fluid {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 30px;
}

@media only screen and (max-width:760px) {
    .container-fluid {
        padding: 0 15px;
    }
}

/* 	-----------------------------------------------------
---------------------- Login Styles ---------------------
----------------------------------------------------- */
.login-section {
    padding: 50px;
    min-height: 100vh;
    background: #F8F9FB;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-section::before {
    content: "";
    width: 598px;
    height: 396px;
    background: url(../img/bot-left-vector.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.login-section::after {
    content: "";
    width: 530px;
    height: 336px;
    background: url(../img/top-right-vector.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.login-section h1 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
    color: #233040;
    text-shadow: 0px 0px 85px #00000040;
}

.login-section .form-section {
    margin: 30px auto;
    padding: 30px;
    width: 100%;
    max-width: 560px;
    background-color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0px 0px 100px 0px #EAEAEA;
    position: relative;
}

.login-section .form-section figure {
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

.login-section .form-section figure img {
    height: 60px;
}

.login-section .form-section .input-group {
    position: relative;
    margin-bottom: 25px;
}

.login-section .form-section input[type="email"],
.login-section .form-section input[type="text"],
.login-section .form-section input[type="password"] {
    margin: 0;
    padding: 15px 75px 15px 20px;
    width: 100%;
    height: 76px;
    background-color: #F5F6F8;
    border: 1px solid #80879133;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0%;
    color: #233040;
    outline: none;
}

.login-section .form-section input[type="email"],.login-section .form-section input[type="text"] {
    background: #F5F6F8 url(../img/input-email.png) no-repeat right;
}

.login-section .form-section input[type="password"] {
    background: #F5F6F8 url(../img/input-password.png) no-repeat right;
}

.login-section .form-section .input-group label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #808791;
    pointer-events: none;
    transition: all 0.2s ease;
}

.login-section .form-section input[type="email"]:focus+label,
.login-section .form-section input[type="text"]:focus+label,
.login-section .form-section input[type="password"]:focus+label {
    top: 15%;
    transform: translate(0, -15%);
    color: #808791;
    transition: all 0.2s ease;
}

.login-section .form-section .forgot {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #4F5966;
    border-bottom: 1px solid #4F5966;
}

.login-section .form-section .forgot:hover {
    color: #1F5DBD;
    border-color: #1F5DBD;
}

.login-section .form-section .login-btn {
    margin: 0;
    padding: 10px 30px;
    width: auto;
    height: 44px;
    background: #1F5DBD;
    border: none;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
}

.login-section .form-section .login-btn:hover {
    background: #004999;
    transition: all 0.2s ease;
}

@media only screen and (max-width:760px) {
    .login-section {
        padding: 20px;
    }

    .login-section::before {
        width: 300px;
        height: 190px;
        background-size: cover;
    }

    .login-section::after {
        width: 300px;
        height: 199px;
        background-size: cover;
    }

    .login-section h1 {
        font-size: 50px;
    }

    .login-section .form-section {
        padding: 20px;
    }

    .login-section .form-section::after {
        display: none;
    }

    .login-section .form-section figure {
        margin: 0 0 20px 0;
    }

    .login-section .form-section .input-group {
        margin-bottom: 20px;
    }

    .login-section .form-section input[type="email"],
        .login-section .form-section input[type="text"],
    .login-section .form-section input[type="password"] {
        font-size: 16px;
    }

    .login-section .form-section .forgot {
        font-size: 16px;
    }

    .login-section .form-section .forgot:hover {
        color: #1F5DBD;
        border-color: #1F5DBD;
    }

    .login-section .form-section .login-btn {
        font-size: 16px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {}

@media only screen and (min-width:1024px) and (max-width:1280px) {}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.d-flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.d-flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}