html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #f8f8f8;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

/* Global Css */
.row::before,
.row::after {
    display: none;
}

.o-contain {
    object-fit: contain;
}

.o-cover {
    object-fit: cover;
}

/* Header Section */
.main-header {
    background: linear-gradient(219.92deg, #4475BA 0%, #3F505D 100%) !important;
}

.main-header .navbar-brand {
    width: 8.75rem;
    height: auto;
}

/* Main Section */
/* For Login Button */
.google-login-btn {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #49505780;
    padding: .875rem 4.5rem;
    text-align: center;
    margin: 2.5em 0;
    max-width: 21.875rem;
    box-shadow: 0 0.5rem 1.1875rem -0.3125rem #D4D4D4;
}

.google-login-btn:hover {
    text-decoration: none;
    color: #49505780 !important;
}

.google-login-btn img {
    width: 1.75rem;
    height: 1.5625rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* End Login Button */
.login-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.login-sec {
    background: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 2.5rem 1rem;
}

.login-sec .toggle-password{
    cursor: pointer;
}

.login-form {
    max-width: 21.875rem;
    margin: 0 auto;
}

.login-form h2 {
    color: #434141;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.0625rem;
}

.google-img {
    display: block;
    margin: 2.5em 0;
    max-width: 21.875rem;
    box-shadow: 0 .5rem 1.1875rem -0.3125rem #D4D4D4;
}

.login-btn {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #49505780;
    padding: .875rem 4.5rem;
    text-align: center;
    margin: 2.5em 0;
    max-width: 21.875rem;
    box-shadow: 0 0.5rem 1.1875rem -0.3125rem #D4D4D4;
}

.login-btn:hover {
    text-decoration: none;
    color: #49505780 !important;
}

.login-btn img {
    width: 1.75rem;
    height: 1.5625rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.login-sec form {
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.login-form label {
    color: #434141;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    margin-left: 10px;
}


.login-form input {
    border: 1px solid #DFE2E6;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    padding: .375rem 2.5rem;
}

.login-form .position-relative i {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.3);
}

.login-form .position-relative img {
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1.25rem;
    height: auto;
    object-fit: contain;
}

.login-form input::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.login-form .form-row [class="col"]:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login-form .form-row a {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.login-form .form-row a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.3);
}
.login-form .cta-btn{
    background-color: rgb(239, 239, 239) !important;
}

.cta-btn {
    display: block;
    padding: .6rem 3.125rem;
    border: 2px solid #4475BA;
    border-radius: .5rem;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    color: #4475BA;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    transition: 0.2s linear;
}

.cta-btn:hover {
    border-radius: .5rem;
    background-color: #4475BA !important;
    color: #ffffff;
    box-shadow: 0 .5rem 1.1875rem -0.3125rem rgba(65, 128, 186, 0.3);
}

.form-check label {
    color: #434141;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.form-check input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-check label {
    cursor: pointer;
}

.form-check label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1.125rem;
    width: 1.125rem;
    background-color: transparent;
    border: 2px solid #DFE2E6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.form-check input[type=checkbox]:checked+label::before {
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #DFE2E6;
    cursor: pointer;
}

.login-sec span {
    display: block;
    color: #434141;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

/* Media Queries Breakpoints */
@media (max-width: 991px) {
    html {
        font-size: 15px;
    }

    .login-sec {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 15px;
    }

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .main-header {
        float: left;
        width: 100%;
        background: #3c8dbc;
    }

    .main-header .logo {
        width: 200px;
        float: left;
    }

    .main-header .navbar {
        float: right;
        width: auto;
    }

}

a.login-btn {
    display: flex;
    font-size: 16px;
    padding: 10px 20px;
    box-shadow: 0 3px 16px #ddd;
}

a.login-btn img {
    width: 24px;
    display: block;
    margin-right: 50px;
}

a.login-btn span {
    font-size: 18px;
    color: #ccc8c8;
}

.login-form h2 {
    margin: 0;
}
#loginOR {
    overflow: hidden;
    text-align: center;
}

#loginOR:before,
#loginOR:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

#loginOR:before {
    right: 0.5em;
    margin-left: -50%;
}

#loginOR:after {
    left: 0.5em;
    margin-right: -50%;
}

@media screen and (min-width: 992px) {
    .main-header {
        background: linear-gradient(219.92deg, #4475BA 0%, #3F505D 100%) !important;
    }
}

.skin-blue .main-header .logo, .skin-blue .main-header .navbar {
    background-color: transparent !important;
}
.forgot-password:hover{
    text-decoration: underline !important;
}
  
.reset-form h1 {
    color: #434141;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.0625rem;
}
 
.reset-form .position-relative {
    position: relative;
}