/*
  Theme Name:
  Theme URL:
  Author:
  Author URI:
  Creation Date:
  Description:
  Version:
*/

/*
=======================================================================
                            [Table of Contents]
=======================================================================
00. Fonts
00. Global Styles
00. Utilities
00. Grid
00. Login
00. Inputs
00. Buttons
00. Header
*/

/* ================================= */
/* ===== Fonts ===== */
/* ================================= */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");

/* ================================= */
/* ===== Global Styles ===== */
/* ================================= */
body {
    background-color: #E5E5E5 !important;
    font-family: "Raleway", sans-serif;
    color: #333;
    text-align: left;
    position: relative;
    direction: ltr;
}

body.login {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 80px !important;
    background-color: #fafafa !important;
}

/* ================================= */
/* ===== Utilities ===== */
/* ================================= */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 16px;
}

/* ================================= */
/* ===== Login ===== */
/* ================================= */
body.login .content {
    width: auto;
    max-width: 460px;
    flex: 1;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 15px 30px rgba(2, 178, 218, 0.1);
    border-radius: 7px !important;
}

.login .content .logo {
    padding: 0;
    margin-top: 0;
    margin-bottom: 25px;
}

.login .content .form-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    color: #02b2da;
    margin-bottom: 16px;
}

.login .content .form-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.login .content .form-actions {
    padding: 0;
    margin: 40px 0 0;
}

.login .content .form-actions .btn:not(:last-child) {
    margin-bottom: 16px;
}

.login .content .forget-password {
    text-align: center;
    margin-top: 32px;
}

.login .content .forget-password a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #B9BFC9;
}

.login .content .forget-form .form-actions {
    padding-bottom: 0;
}

.login .content .forget-form .back {
    text-align: center;
    margin-top: 15px;
}

.login .content .forget-form .back a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #B9BFC9;
    cursor: pointer;
}

.login .copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.login .copyright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: black;
    text-align: center;
    margin-bottom: 8px;
}

.login .copyright p.developed-by {
    color: #8c8c8c;
    margin-bottom: 0;
    opacity: 0.47;
    mix-blend-mode: normal;
}

/* ================================= */
/* ===== Form Groups ===== */
/* ================================= */
.form-group {
    margin-bottom: 28px;
}

/* ================================= */
/* ===== Inputs ===== */
/* ================================= */
.form-group label.control-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: black;
    margin-top: 0;
    margin-bottom: 5px;
}

.form-group input.form-control {
    width: 100%;
    height: auto;
    background: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: black;
    padding: 12px;
    border: 1px solid rgb(185, 191, 201, .6);
    border-radius: 7px !important;
}

.form-group input.form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #B9BFC9;
}

.form-group.has-error label.control-label {
    color: rgb(169, 68, 66);
}

.form-group.has-error input.form-control {
    border: 1px solid rgb(169, 68, 66);
    box-shadow: 0px 2px 12px rgba(169, 68, 66, 0.16) !important;
}

/* ================================= */
/* ===== Buttons ===== */
/* ================================= */
.btn {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 12px;
    border: none;
    border-radius: 7px !important;
}

.btn.btn-blue {
    background: #0CD9B6;
    color: white;
}

/* ================================= */
/* ===== Media Queries ===== */
/* ================================= */
@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}
