﻿.modal-body, .search-modal-header, .search-modal-title {
    width: 100%;
    margin: 0;
    height: auto;
    float: left;
}

.login-para, .main11 {
    box-sizing: border-box;
}

.modal-body {
    background: #fff;
    padding: 0px 15px 15px 15px;
}

.search-modal-header {
    padding: 5px 15px 15px;
    background: #dc4f09;
}

.search-modal-title {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.signup-loginbutton {
    height: auto;
    width: 150px;
    margin: 10px 0 0;
    padding: 10px 25px;
    float: left;
    background-color: #c5279e;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: none;
    transition: background .3s ease-in-out,color .3s ease-in-out;
}

.login-para, .login-table, .main11 {
    width: 100%;
    height: auto;
}

.signup-loginbutton:hover {
    background-color: #333;
}

.modal-header {
    padding: 10px 15px;
    background: #c5279e;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.modal a {
    color: #fff;
    background: #0070c0;
    padding: 0 5px 2px;
}

.main11 {
    margin: 0;
    padding: 15px;
    background: #fff;
    float: left;
}

.login-para {
    border-bottom: 2px solid #3a3561!important;
    margin: 0 0 15px;
    padding: 5px;
    background: #221a61!important;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}

.login-table {
    border-spacing: 0px;
    font-family: Ebrima;
    color: #333;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 13px;
}

    .login-table td {
        color: #797777;
        font-size: 16px;
    }

    .login-table .btn {
        margin-top: 10px;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0;
    }

.btn-danger, .btn-primary {
    background-image: none;
}

.waiting {
    padding: 25px 15px 15px 14px;
    bottom: 0;
    left: 1px;
    top: 221px;
    background: #fff;
    color: #1a1313;
    height: 122px!important;
    z-index: 1000;
    font-size: 17px;
    text-align: center;
    width: 99.8%;
    position: absolute;
}

.form-group, .form-group p, .reg-para {
    height: auto;
    margin: 0;
}

.reg-para {
    padding: 5px 10px;
    background: #450c0d;
    vertical-align: top;
    box-shadow: 0 2px 2px rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.09);
    font-size: 16px;
    font-family: 'Open Sans';
    color: #fff;
    border-bottom: 2px solid #2a4147;
}

.form-group {
    width: 100%;
    padding: 10px 0 0;
    float: left;
}

    .form-group p {
        width: 100%;
        padding: 0 0 10px;
        float: left;
    }

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        border-color: #ccc!important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

input[type=checkbox], input[type=radio] {
    background: #000;
    border-style: none;
    width: 17px;
    height: 17px;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
}
