﻿html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: arial;
    font-size: 80%;
}

#errorMessage {
    display: none;
    margin: 25px 0;
    padding: 20px;
    color: #ffffff;
    background-color: #cc0000;
}

    #errorMessage.show {
        display: block;
    }

.show-pass-icon {
    margin-left: -25px;
    margin-top: 10px;
    font-size: 15px;
    color: #657D99;
    cursor: pointer;
    float: right;
}

@media screen and (max-width: 1100px) {   
    /*new Css*/
    .side-img {
        display: none;
    }

    .body-Container {
        overflow: auto;
    }
}

@media screen and (min-width: 1100px) {

    .main-container {
        margin-left: 540px;
    }

    .body-Container {
        overflow: hidden;
    }
}

@media screen and (max-height: 900px ) {
    .form-container {
        margin-top:100px !important;
    }
}

/* New Login page CSS*/
.body-Container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.side-img {
    width: 540px;
    min-height: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../Images/Home/login-sidebar-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px solid #dddddd;
}


.main-container {
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
}

.form-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 620px;
    width: 520px;
    font-family: Lato;   
}

.btnSignUpFree {
    height: 36px;
    width: 140px;
    border-radius: 25px;
    background-color: #E9E9E9;
    border: 0;
    color: #666666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
}

    .btnSignUpFree:focus {
        outline: none !important;
    }

.logo-container {
    width: 330px;
    margin: 50px auto 10px auto;
    padding: 0;
    text-align: center;
}

.modal-content-box {
    min-height: 600px;
    height: 600px;
    min-width: 570px;
    width: 570px;
    background-color: #FFF;
}

.labels {
    height: 16px;
    width: 160px;
    color: #666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
}

.error-labels {
    display:none;
    height: 16px;
    width: 432px;
    color: red;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;    
}

.signUp-row {
    padding: 0;
    margin: 50px 0;
    position: relative;
    height: 40px;
}

.signUp-label {
    position: absolute;
    top: 10px;
    right: 160px;
}

.msg-box {
    display: none;
    margin: 5px 0 15px 0;
    padding: 0;
    color: red;
    font-size: 12px;
}

.input-text {
    height: 46px;
    width: 432px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding-left: 15px;
}

.input-text-forget {
    height: 46px;
    width: 406px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding-left: 15px;
}

.input-text:focus, .input-text-forget:focus {
    outline: none !important;
    border: 1px solid #999;
    box-shadow: none;
}

.input-submit {
    width: 200px;
    height: 50px;     
    border-radius: 50px;
    background-color: #5DC5E8;
    border: 0;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
    .input-submit:hover {
        background-color: #657D99;
    }

    .input-submit:focus {
        outline: none !important;
        background-color: #657D99;
    }

.enter-details-label {
    color: #666;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin: 10px 0 0 0;
    padding: 0;
    height: 60px;
    width: 432px;
}

#forgetPassword, #PasswordInfo {
    text-align: right;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.margin-padding-0 {
    margin: 0;
    padding: 0;
}

.icon-check {
    color: #8DDA2F;
    display:none;
}

.modal-dialog-box {
    height: 390px;
    width: 570px;
    background-color: #FFF;
}

.modal-dialog-box-success {
    height: 320px;
    width: 570px;
    background-color: #FFF;
}

.modal-dialog-box-body {
    margin: 0;
    padding: 0;
    display:none;
}

.dialog-box-logo-container {
    height: 102px;
    width: 102px;
    object-fit: cover;
    margin: 50px auto 18px auto;
}

.dialog-box-icon-container {
    margin: 25px auto;
    font-size: 50px;
    line-height: 30px;
    text-align: center;
    color: #99D55D;
}
.dialog-box-logo {
    height: 102px;
    width: 102px;
}
.dialog-box-Title {
    height: 30px;
    width: 406px;
    color: #333;
    font-family: Lato;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin: auto;
}
.dialog-box-Msg {
    height: 64px;
    width: 406px;
    color: #666;
    font-family: Lato;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 15px auto;
}

.dialog-box-Msg-forget {
    height: 160px;
    width: 406px;
    color: #666;
    font-family: Lato;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 15px auto;
}
/* Password info icon hoverd*/
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    background-color: #FFF;
    content: attr(data-title);
    position: absolute;
    bottom: +0.6em;
    right: 100%;
    padding: 4px 4px 4px 8px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #999;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

/* Customize the label (the container) */
.chb-container {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #666666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chb-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFF;
}

.remember-me {
    position: absolute;
    top: 0;
    left: 20px;
}
/* On mouse-over, add a grey background color */
.chb-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chb-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chb-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chb-container .checkmark:after {
    left: 3px;
    top: 1px;
    width: 8px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


