﻿.checkboxdd, .modal-content, .modal-header22 {
    margin: 0;
    float: left;
}

.close, .waiting {
    position: absolute;
}

.modal-body {
    background: #fff;
    height: auto;
    width: 100%;
    float: left;
    padding: 15px 15px 20px;
}

.checkboxdd {
    height: auto;
    padding: 5px 0 0;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.modal-content, .modal-dialog {
    padding: 0;
    height: auto;
}

input[type=checkbox], input[type=radio] {
    background: #000;
    border-style: none;
    width: 17px;
    height: 17px;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
}

.modal-header22 {
    height: auto;
    width: 100%;
    padding: 8px 15px;
       background-color: #da081d;
    border-bottom: 1px solid #da081d;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    top: -9px;
    right: -7px;
    color: #fff;
    opacity: 10;
}

.loginform-button, .loginform-group {
    height: auto;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    float: left;
}

.loginpsec {
    height: auto;
    width: 100%;
    margin: 5px 0 3px;
    padding: 0;
    float: left;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #333;
    font-weight: 400;
}

.loginformcontrol {
    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;
}

    .loginformcontrol: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);
    }

.modal-footer {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.waiting {
    padding: 25px 15px 15px 14px;
    bottom: 0;
    left: 1px;
    top: 196px;
    background: #fff;
    color: #1a1313;
    height: 87px!important;
    z-index: 1000;
    font-size: 17px;
    text-align: center;
    width: 99.8%;
}

.loginbutton {
    height: auto;
    margin: 10px 0 0;
    padding: 10px 50px;
    float: left;
    background-color: #da081d;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: 2px solid #da081d;
}

    .loginbutton:hover {
        background-color: #0057aa;
        border: 2px solid #0057aa;
    }
