﻿.main-row {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-row-one {
    margin: 25px 0 !important;
    padding: 0;
    position: relative;
}

.side-img {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: url('../../Images/Home/dental-patient-website.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container {
    height: 100vh !important;
    width: 100% !important;
    padding: 0;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

    .container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
        border-radius: 10px !important;
        background-color: #F5F5F5 !important;
    }

    .container::-webkit-scrollbar {
        width: 0px !important;
        background-color: #F5F5F5 !important;
    }

    .container::-webkit-scrollbar-thumb {
        border-radius: 0px !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
        background-color: #657D99 !important;
    }

.logo-img {
    display: block;
    height: 100px;
}

.form-container {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 150px;
}

.form {
    width: 100%;
    max-width: 520px;
    font-family: Lato;
    margin: auto;
}

.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;
    float: right;
    margin-right: 35px;
}

    .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: auto;
    color: #666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
}

.error-labels {
    display: none;
    height: 16px;
    width: 100%;
    color: red;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
}

.signUp-row {
    padding: 0;
    margin: 50px 0;
    position: relative;
    height: 40px;
}

.signUp-label {
    float: right;
    margin-top: 9px;
}

.msg-box {
    display: none;
    margin: 5px 0 15px 0;
    padding: 0;
    color: red;
    font-size: 12px;
}

.input-text {
    height: 46px;
    width: 100%;
    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;
    }

.security-code-input-text {
    height: 46px;
    width: 100%;
    border: 1px solid #5DC5E8;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding-left: 15px;
}

    .security-code-input-text:focus {
        outline: none !important;
        border: 1px solid #5DC5E8;
        box-shadow: none;
    }

.security-code-lable {
    position: absolute;
    top: -10px;
    left: 15px;
    color: #2C97BB;
    background-color: #fff;
    padding: 0 5px;
}

.input-disabled {
    background-color: #D6D6D6 !important;
    cursor: not-allowed !important;
}

.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:focus {
        outline: none !important;
    }

.input-cancel {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    border: 0;
    color: #666;
    font-family: Lato;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

    .input-cancel:focus {
        outline: none !important;
    }

.enter-details-label {
    color: #666;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 !important;
    padding: 0;
    height: 60px;
    width: 432px;
}

.forgetPass-form-title-row {
    margin: 0;
    padding: 35px 0;
}

.forgetPass-form-first-title {
    font-family: Lato;
    font-size: 16px;
    text-transform: uppercase;
    color: #219fd1;
}

.forgetPass-form-second-title {
    color: #808080;
    font-family: Lato;
    font-size: 12px;
    text-transform: uppercase;
}

#forgetPassword, #PasswordInfo {
    text-align: right;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: right;
}

.show-pass-icon {
    font-size: 15px;
    color: #657D99;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 7px;
}

.margin-padding-0 {
    margin: 0;
    padding: 0;
}

.icon-check {
    color: #8DDA2F;
    display: none;
}

.icon-asterisk {
    color: red;
    font-size: 6px;
}

.sign-up-link {
    color: #4CB5F9;
    cursor: pointer;
}

.modal-dialog-box {
    height: 390px;
    background-color: #FFF;
}

.modal-dialog-box-success {
    height: 320px;
    background-color: #FFF;
}

.modal-dialog-box-body {
    margin: 0;
    padding: 0;
    display: none;
}

.dialog-box-logo-container {
    margin: 50px auto 18px auto;
    text-align: center;
}

.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;
    color: #333;
    font-family: Lato;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin: auto;
}

.dialog-box-Msg {
    height: 64px;
    color: #666;
    font-family: Lato;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 15px auto;
}

.dialog-box-Msg-forget {
    height: 160px;
    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);
}

.user-terms-box {
    height: 145px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    border: 1px solid #D6D6D6;
}

    .user-terms-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
        border-radius: 10px !important;
        background-color: #F5F5F5 !important;
    }

    .user-terms-box::-webkit-scrollbar {
        width: 5px !important;
        background-color: #F5F5F5 !important;
    }

    .user-terms-box::-webkit-scrollbar-thumb {
        border-radius: 0px !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
        background-color: #657D99 !important;
    }

[title] {
    border-radius: 2px;
    position: relative;
}

body.touched [title] > * {
    user-select: none;
}

body.touched [title]:hover > * {
    user-select: auto
}

body.touched [title]:hover:after {
    position: absolute;
    top: 100%;
    right: -10%;
    content: attr(title);
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    box-shadow: 1px 1px 3px;
    padding: 0.3em;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .input-submit, .input-cancel {
        width: 150px;
    }

    #btnLogin {
        float: right;
    }
}
