﻿.column-popup-left {
    float: left;
    height: 550px;
    width: 60%;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
    font-size: 13px;
    color: #f9f6f6;
    font-weight: bold;

    /* Should be removed. Only for demonstration */
}
.column-popup-right {
    float: left;
    padding: 47px 50px;
    height: 550px;
    width: 40%;
    background-color: rgb(255, 255, 255);
    /*border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;*/
    font-size: 15px;
    border-radius: 13px;
    /* Should be removed. Only for demonstration */
}
.overlaydiv {
    height: 550px;
    /*border-radius: 6px;*/
    background-color: #141a4666;
    padding: 5px 6px;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
.agent {
    position: fixed;
   width:74%;
    height: auto;
    left: 13%;
    right: 13%;
    top: 35px;
    border-radius: 5px;
    z-index: 10000000000;
    color: black;
    /*background-color:red;*/
    display:none;
    justify-content:center;
}

.popup {
    display: none;
    height: 355px;
    width: 28%;
    position: fixed;
    left: 476px;
    right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 92px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    color: black;
    border: 2px solid #243665;
    box-shadow: inset 0px -1px 27px 4px #243665;
}


.column-form {
    float: left;
    width: 38%;
    padding: 10px;
    height: 370px;
    color: #c6c0c0;
    background-color: white;
    text-align: center;
    border: 2px solid #243665;
    box-shadow: inset 0px -1px 27px 4px #243665;
}

.Forgot-form {
    float: left;
    width: 100%;
    padding: 10px;
    height: 370px;
    color: #c6c0c0;
    text-align: center;
}

.mid {
    display: none;
    width: 73%;
    height: 488px;
    position: fixed;
    left: 476px;
    right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 79px;
    padding: 10px;
    border-radius: 5px;
    z-index: 100000000000;
    color: black;
}
.dropdown {
    position: relative;
    display: inline-block;
  
}

.L-dropdown-content {
    display: none;
    position: absolute;
    min-width: 241px;
    box-shadow: -1px 4px 2px 0px #243665;
    z-index: 1;
    top: -39px;
    left: 65%;
    background-color: white;
    min-height: 413px;
    padding: 0px 4px;
}

    .L-dropdown-content a {
        color: #243665;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .L-dropdown-content a:hover {
            background-color: #8BD8BD;
            color: #243665;
        }




.dropdown-content {
   
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100000;
    top: 41px;
    left: 88%;
    background-color: white;
    box-shadow: -1px 4px 2px 0px #243665;
}

    .dropdown-content a {
        color: #243665;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #8BD8BD;
            color: #243665;
        }



.Signup-dropdown{
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100000;
    top: 41px;
    left: 88%;
    background-color: white;
    box-shadow: -1px 4px 2px 0px #243665;
}

.Signup-dropdown a {
    color: #243665;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
text-align:left;
}

    .Signup-dropdown a:hover {
        background-color: #e7c130;
        color: #243665;
    }
.show {
    display: block;
}

.btn-login {
    padding: 6px;
    border-radius: 36px;
    margin-left: 1%;
    width: 76%;
    box-shadow: 0px 0px 0px #141a46 inset;
    background-color: #8BD8BD;
    color: #141a46;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
}


.p {
    height: 41px;
}

.f1 {
    color: #e7c130;
}

#lower {
    background: none;
    width: 100%;
    height: 69px;
    border: none;
}

.submit {
    float: right;
    margin-right: 9%;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(5, 6, 61, 0.92);
    background-color: #8BD8BD;
    border-radius: 30px;
    /*background: rgba(232, 14, 14, 0.96);*/
    border: 1px solid rgba(23, 12, 79, 0.82);
    margin-top: 5%;
    cursor: pointer;
}

.inputboxlogin {
    color: #243665;
    width: 89%;
    font-family: 'Maiandra GD';
    border: none;
    border-bottom: 1px solid rgba(36, 54, 101, 0.30);
    background-color: rgba(194, 220, 238, 0);
    outline: none;
}
.popupborder {
    width: 82%;
    height: 550px;
    /*border: 3px solid #243665;*/
    box-shadow: inset 0px -1px 27px 4px #243665;
    border-radius: 11px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 18px;
    box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
}

.Login-form {
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    min-height: 385px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}
.close-btn {
    float: right;
    color: black;
    border: none;
}

.icon-close {
    font-size: 25px;
    color: #243665;
}
.heading {
    text-align: center;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    color: #243665;
}
.login-input {
    color: #243665;
    padding-left: 20px;
    border-bottom: 1px solid rgba(36, 54, 101, 0.30);
    background-color: none;
    height: 25px;
    width: 96%;
    padding: 20px;
    font-size: 15px;
}

.Reset-form {
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    height: 371px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

/*.MobileMenu {
    width: 100%;
    display: block;
    z-index: 10000000000000;
    height: 488px;
    overflow:auto;
    top:0px;
    left:0px;

}*/
.LoginContainer {
    min-height: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  
}
.LoginUserName {
    min-height: 50px;
    width: 100%;
}
.LoginAgent {
    min-height: 50px;
    width: 50%;
    float: left;
    padding: 1px 4px;
}
.LoginTraveler {
    min-height: 50px;
    width: 50%;
    float: left;
   
    padding: 1px 4px;
}
.btnAgent {
    width: 100%;
    background-color: #1e2d54;
    border: none;
    border-radius: 15px;
    color: #e7c130;
}
.btnFacebook {
    background-color: #3b5998;
    width: 100%;
    border: none;
    border-radius: 8px;
    min-height: 25px;
    font-family: Maiandra GD;
    font-size: 15px;
}
.btnGoogle {
    background-color: #d14538;
    width: 100%;
    border: none;
    border-radius: 8px;
    min-height: 25px;
    font-family: Maiandra GD;
    font-size: 15px;
}
.FacebookGoogle {
    min-height:100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.ResetPassword {
    min-height: 100px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.ChangePassword {
    min-height: 100px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.SignupBtn {
    padding: 0px 5px;
    margin-top: 5px;
    width: 28%;
    margin-left: auto;
    margin-right: auto;
}
.ServicesList {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.RLoginForm {
    display:none;
}
.LoginForm {
    display: block;
}
.ThanksPopup {
    min-height: 280px;
    width: 46%;
    background-color: white;
    position: absolute;
    top: 182px;
    z-index: 10000;
    left: 350px;
    box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
    padding: 26px 20px;
    text-align: center;
    color: #243665;
    border-radius: 36px;
}
.VerifyAccount {
    min-height: 280px;
    width: 46%;
    background-color: white;
    position: absolute;
    top: 500px;
    z-index: 10000;
    left: 350px;
    box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
    padding: 26px 20px;
    text-align: center;
    color: #243665;
    border-radius: 36px;
}

@media screen and (max-width:768px) {
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: none;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        top: 79px;
        left: 10%;
        background-color: #243665;
    }

    .L-dropdown-content {
        left: 34%;
        min-height: 391px;
        min-width: 241px;
        z-index: 100;
        top: 50px;
    }

        .L-dropdown-content a {
            padding: 10px 16px;
            font-size: 13px;
        }

    .column-popup-left {
        display: none;
    }

    .column-popup-right {
        width: 100%;
    }

    .popupborder {
        margin-top: 95px;
    }

    .SignupBtn {
        width: 66%;
    }

    .LoginAgent, .LoginTraveler {
        width: 100%;
        min-height: 37px;
    }

    .LoginUserName {
        min-height: 61px;
    }
    .mid{

        left:16px;
        width:93%;
    }
    .column-form{
        width:100%;

    }
    .RLoginForm {
        display:block;
    }

    .LoginForm {
        display:none;
    }

}
