﻿@font-face {
    font-family: 'Mulish';
    src: URL('../../../Content/fonts/Mulish/static/Mulish-Regular.ttf') format('truetype');
}

body {
    font-family: 'Mulish',Arial !important;
    background-image: url('../../../Content/images/login/background.png');
    background-size: cover;
}

.body-container {
    font-family: 'Mulish',Arial !important;
    background-image: url('../../../Content/images/login/background.png');
    background-size: cover;
}

.center {
    text-align: center
}

.login-container, .reset-psw-container {
    margin: auto;
    width: 350px;
    padding-top: 10%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

@media screen and  (max-height:600px) {
    .login-container, .reset-psw-container {
        padding-top: 7%;
    }
}
.reset-psw-container {
    max-width:  400px;
}
    .logo {
    padding-bottom: 30px
}

.login-form, .reset-psw-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.validation-summary .validation-summary-errors ul {
    padding-inline-start: 20px;
}

h1 {
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    font-family: Mulish;
}


.form-control {
    height: 35px;
    border: none;
    border-radius: 8px;
}

.welcome {
    margin-bottom: 30px;
}

input[type=email], input[type=password] {
    background-color: #F6F7F9 !important
}

.eye {
    position: relative;
    top: -28px;
    right: -247px;
    width: 14px;
    cursor: pointer
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

    .checkbox > span {
        font-size: 12px;
        color: #7C7C7E;
        padding: 0.5rem 0.5rem;
        font-weight: 500;
    }

    .checkbox > input {
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        border-radius: 3px;
        outline: none;
        transition-duration: 0.3s;
        background-color: #1C73FF;
        cursor: pointer;
    }



        .checkbox > input:checked + span::before {
            content: '\2713';
            display: block;
            text-align: center;
            color: #fff;
            position: absolute;
            left: 0.5rem;
            top: 0.5rem;
        }

.validation{
    display: none;
    color: #1E1E1E;
    font-size: 12px
}

#pswNotValid {
    position: relative;
    top: -15px;
}
.psw-sent {
    background: #E9F4E9;
    padding: 5px;
    border-radius: 10px;
    color: #225128             
}
    .psw-sent img {
        width:15px;
    } 
.red-circle-error {
    width: 13px
}

.red-border {
    border: 1px solid red
}

.btnSub {
    background-color: #0075FF;
    border: none;
    width: 100%;
    border-radius: 15px;
    color: #fff;
    height: 40px;
    font-size: 13px;
    margin: 19px 0
}
     

.left {
    float: left
}

.right {
    float: right;
    margin-top: 2px;
}

.checkbox {
    margin-top: 0
}

.blueText {
    color: #0075FF;
    font-weight: 700;
    font-size: 12px;   
}

.pointer {
    cursor: pointer
}

.footer {
    text-align: center;
    margin-top: auto;
    width: 350px;
    font-size: 8px;
    font-weight: bold
}

    .footer img {
        width: 36px;
        margin-bottom: 5px;
        margin-left: 3px;
    }



.psw-expired {
    max-width: 418px;
    margin: auto;
    margin-top: 200px;
}
#newPasswordTextBox img.eye-mini, #confirmPasswordTextBox img.eye-mini {
    top: 15px !important
}

.textBoxLoginForm {
    border-radius: 8px !important;
    background-color: #F6F7F9 !important;
    border-color: #ffffff !important;
    width:100% !important
}
.form-container {
    padding:0
}
.password {
    margin-bottom: 0 !important
}
.eye-mini { 
    width:16px;
}

.btnSub-NotValid {
    background-color: #E6E6E8;
    color: #9B9B9E;
}

.not-completed {
    background: url('/Content/images/Login/newui/notvalid.png') no-repeat;
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
    background-position: 0 3px;
}
.completed {
    background: url(/Content/images/Login/newui/valid.png) no-repeat;
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
    background-position: 0 3px;
}