﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Work+Sans:wght@400;600;800&display=swap');
html, body {
}
body {
    background: #e6e9e5;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    color: #333333;
    line-height: 1.4em
}
h1 {
    font-size: 80px
}
h2 {
    font-size: 55px
}
h3 {
    font-size: 30px
}
h1, h2, h3 {
    font-family: 'PT Serif', serif;
}
.container {
    max-width: 1300px !important;
}
section, footer {
    padding: 100px 20px;
}
/*====================TEXT==================*/
.tx-b {
    font-weight: 600
}
.or-txt {
    color: #d23d27;
}
.line-blu {
    border-top: 1px solid #0a4877;
    border-bottom: 1px solid #0a4877;
}
.login-title {
    font-size: 65px;
    color: #fff;
    font-family: 'PT Serif', serif;
    line-height: 1.3em
}
.log-w {
    font-size: 30px;
}
.log-e {
    font-size: 40px;
    margin-top: -30px
}
/*====================SECTION==================*/
.bg-wrap {
    background: url('../images/bgmain.jpg') bottom center no-repeat;
    background-size: cover
}
/*====================BUTTONS==================*/
.btn-or {
    background: #d23d27;
    color: #fff;
    padding: 8px 40px;
    texxt-align: center;
    border-radius: 8px;
    text-decoration: none;
    border: 3px solid #d23d27;
}
.btn-started {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.5s ease;
}
    .btn-started:hover {
        color: #d23d27;
        border: 3px solid #d23d27;
        background: transparent;
    }
/*====================HEADER==================*/
header {
    background: #fff;
    padding: 20px;
    z-index: 100;
    width: 100%;
}
/*====================FORM==================*/
.form-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    padding: 0px 0px 50px
}
.form-inner {
    padding: 30px 30px
}
.form-head {
    margin-bottom: 30px
}
.form-div {
    margin-bottom: 15px
}

.form-field-wrap {
    background: #1B2C58;
    padding: 30px;
    border-radius: 10px
}
.form-title {
    font-size: 30px;
    font-family: 'PT Serif', serif;
    padding-top: 20px;
}
.form-div input[type="text"], .form-div input[type="password"] {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border: 0
}
.form-div a {
    color: #fff;
}
.form-div input[type="email"] {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border: 0;
}
/*====================FOOTER==================*/
.foot-info {
    text-align: center
}
    .foot-info p {
        font-size: 15px
    }
    .foot-info img {
        max-width: 400px
    }
    .foot-info a {
        color: #333;
        text-decoration: none;
        font-size: 15px
    }
        .foot-info a:hover {
            font-weight: 600
        }
@media only screen and (min-width : 320px) and (max-width : 359px) {
    .logo img, .foot-info img {
        max-width: 250px
    }
    .login-title {
        font-size: 30px !important;
        line-height: 1.3em !important;
        color: #fff;
        font-family: 'PT Serif', serif;
        text-align: center;
        margin-bottom: 30px
    }
    .log-w {
        font-size: 16px;
    }
    .log-e {
        font-size: 16px !important;
        margin-top: -15px
    }
    .bg-wrap {
        padding: 50px 0px
    }
    .form-logo img {
        max-width: 100px
    }
    .form-head, .form-div {
        text-align: center
    }
        .form-div a {
            font-size: 15px
        }
    .form-field-wrap {
        padding: 15px
    }
    .form-inner {
        padding: 30px 10px
    }
    .form-wrap {
        padding: 0px 0px 20px
    }
}
@media only screen and (min-width : 360px) and (max-width : 480px) {

    .logo img, .foot-info img {
        max-width: 250px
    }
    .login-title {
        font-size: 35px !important;
        line-height: 1.3em !important;
        color: #fff;
        font-family: 'PT Serif', serif;
        text-align: center;
        margin-bottom: 30px
    }
    .log-w {
        font-size: 22px;
    }
    .log-e {
        font-size: 20px !important;
        margin-top: -15px
    }
    .bg-wrap {
        padding: 50px 0px
    }
    .form-logo img {
        max-width: 100px
    }
    .form-head, .form-div {
        text-align: center
    }
        .form-div a {
            font-size: 15px
        }
    .form-field-wrap {
        padding: 15px
    }
    .form-inner {
        padding: 30px 10px
    }
    .form-wrap {
        padding: 0px 0px 20px
    }
    .form-title.fp {
        font-size: 22px !important
    }
}
@media screen and (max-width: 768px), screen and (max-height: 1023px) {
    .login-title {
        font-size: 40px;
        line-height: 1.3em !important;
        color: #fff;
        font-family: 'PT Serif', serif;
        margin-bottom: 30px;
        padding: 20px
    }
    .log-w {
        font-size: 18px;
    }
    .log-e {
        font-size: 20px;
        margin-top: -15px
    }
    .bg-wrap {
        padding: 50px 0px
    }
    .form-logo img {
        max-width: 50px
    }
    .form-head, .form-div {
        text-align: center
    }
        .form-div a {
            font-size: 15px
        }
    .form-field-wrap {
        padding: 15px
    }
    .form-inner {
        padding: 30px 10px
    }
    .form-title {
        padding-top: 10px
    }
        .form-title.fp {
            font-size: 18px
        }
    .form-wrap {
        padding: 0px 0px 20px
    }
}
@media only screen and (min-width : 1024px) and (max-width : 1199px) {
    .form-title {
        text-align: left
    }
        .form-title.fp {
            font-size: 25px
        }
}
@media only screen and (min-width : 1280px) and (max-width : 1365px) {
    .form-wrap {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
        padding: 0px 0px 50px
    }
    .form-inner {
        padding: 30px 30px
    }
    .form-head {
        margin-bottom: 30px
    }
    .form-div {
        margin-bottom: 15px;
        text-align: left
    }
    .form-field-wrap {
        background: #1B2C58;
        padding: 30px;
        border-radius: 10px
    }
    .form-title {
        font-size: 30px;
        font-family: 'PT Serif', serif;
        padding-top: 10px;
        text-align: left
    }
    .form-div input[type="text"], .form-div input[type="password"] {
        border-radius: 10px;
        font-size: 16px;
        padding: 10px 20px;
        width: 100%;
        border: 0
    }
    .form-div a {
        color: #fff;
        font-size: 18px
    }
    .login-title {
        font-size: 65px;
        color: #fff;
        font-family: 'PT Serif', serif;
        line-height: 1.3em
    }
    .form-title.fp {
        font-size: 30px
    }
    .log-w {
        font-size: 30px;
    }
    .log-e {
        font-size: 40px;
        margin-top: -30px
    }
}
@media only screen and (min-width : 1366px) and (max-width : 1439px) {
    .form-wrap {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
        padding: 0px 0px 30px
    }
    .form-inner {
        padding: 30px 30px
    }
    .form-head {
        margin-bottom: 30px
    }
    .form-div {
        margin-bottom: 15px;
        text-align: left
    }
    .form-field-wrap {
        background: #1B2C58;
        padding: 30px;
        border-radius: 10px
    }
    .form-title {
        font-size: 30px;
        font-family: 'PT Serif', serif;
        padding-top: 10px;
        text-align: left
    }
    .form-div input[type="text"], .form-div input[type="password"] {
        border-radius: 10px;
        font-size: 16px;
        padding: 10px 20px;
        width: 100%;
        border: 0
    }
    .form-div a {
        color: #fff;
        font-size: 18px
    }
    .login-title {
        font-size: 65px;
        color: #fff;
        font-family: 'PT Serif', serif;
        line-height: 1.3em
    }
    .form-title.fp {
        font-size: 33px
    }
    .log-w {
        font-size: 30px;
    }
    .log-e {
        font-size: 40px;
        margin-top: -30px
    }
}
@media only screen and (min-width : 1440px) and (max-width : 1520px) {
    .form-wrap {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
        padding: 0px 0px 30px
    }
    .form-inner {
        padding: 30px 30px
    }
    .form-head {
        margin-bottom: 30px
    }
    .form-div {
        margin-bottom: 15px;
        text-align: left
    }
    .form-field-wrap {
        background: #1B2C58;
        padding: 30px;
        border-radius: 10px
    }
    .form-title {
        font-size: 30px;
        font-family: 'PT Serif', serif;
        padding-top: 10px;
        text-align: left
    }
    .form-div input[type="text"], .form-div input[type="password"] {
        border-radius: 10px;
        font-size: 16px;
        padding: 10px 20px;
        width: 100%;
        border: 0
    }
    .form-div a {
        color: #fff;
        font-size: 18px
    }
    .login-title {
        font-size: 65px;
        color: #fff;
        font-family: 'PT Serif', serif;
        line-height: 1.3em
    }
    .form-title.fp {
        font-size: 33px
    }
    .log-w {
        font-size: 30px;
    }
    .log-e {
        font-size: 40px;
        margin-top: -30px
    }
}
@media only screen and (min-width : 1520px) and (max-width : 1920px) {
    .form-wrap {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
        padding: 0px 0px 30px
    }
    .form-inner {
        padding: 30px 30px
    }
    .form-head {
        margin-bottom: 30px
    }
    .form-div {
        margin-bottom: 15px;
        text-align: left
    }
    .form-field-wrap {
        background: #1B2C58;
        padding: 30px;
        border-radius: 10px
    }
    .form-title {
        font-size: 30px;
        font-family: 'PT Serif', serif;
        padding-top: 10px;
        text-align: left
    }
    .form-div input[type="text"], .form-div input[type="password"] {
        border-radius: 10px;
        font-size: 16px;
        padding: 10px 20px;
        width: 100%;
        border: 0
    }
    .form-div a {
        color: #fff;
        font-size: 18px
    }
    .login-title {
        font-size: 52px;
        color: #fff;
        font-family: 'PT Serif', serif;
        line-height: 1.3em
    }
    .form-title.fp {
        font-size: 33px
    }
    .log-w {
        font-size: 25px;
        margin-top: 50px;
    }
    .log-e {
        font-size: 35px; /* margin-top:-30px; */
    }
}
