﻿.cross {
    padding: 20px 25px 0px 15px;
    font-size: 5em;
}

.menu li {
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: #A3CCA3;
    text-shadow: 0 1px 0 #fff;
    opacity: 2;
}
/*.basic_detail_form label {
            color: white;
            margin-bottom: 7px;
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
            width: 100%;
        }*/
.basic_detail_form button {
    background-color: rgb(255, 62, 86);
    display: inline-block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: CircularStd-Black, Helvetica, Arial, serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Sign in form, start */
.sign_in_form {
    height: 400px;
    width: 380px;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #7FB3BB;
    margin: auto;
}

    .sign_in_form h3 {
        font-weight: 600;
    }

    .sign_in_form button {
        min-width: 130px;
        max-width: 230px;
        height: 30px;
        border-radius: 15px;
        color: #FDFEFE;
        background: #7AADEE;
        border: none;
    }

.input_field {
    width: 300px;
    margin: auto;
    margin-top: 10px;
}

    .input_field input {
        border: none;
        border-bottom: 1px solid #A4C8C5;
        background: #fff;
        display: block;
        width: 90%;
        box-sizing: border-box;
        color: #407BC1;
        margin-left: 20px;
    }

        .input_field input:focus {
            outline: none;
        }

    .input_field img {
        position: absolute;
        bottom: 0px;
        left: 20px;
    }

    .input_field label {
        position: absolute;
        left: 45px;
        bottom: 15px;
    }

.sign_in_form_image {
    height: 100px;
    width: 100px;
    margin: auto;
}

    .sign_in_form_image img {
        height: 100%;
        width: 100%;
        border-radius: 50px;
    }
/* Sign in form, end */

/* Change Password, start*/
.password_policy {
    text-align: left;
    font-size: 12px;
}

.error_message {
    color: red;
    font-size: 12px;
    font-weight: 700;
    text-transform:none!important;
}
/* Change Password, end*/
.carousel-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    /* background: url(images/preloader.gif) center no-repeat #fff; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    background: #000000;
    background: rgba(0, 0, 0,0.7);
    color: #ffffff;
}

.room_details ul {
    list-style: none;
    padding-inline-start: 0px;
}

    .room_details ul li:before {
        content: '✓';
    }
