﻿
.loginpopup .modal-content {
    position: relative;
    overflow: auto;
}

    .loginpopup .modal-content .close {
        float: right;
        font-size: 31px;
        font-weight: 600;
        line-height: 1;
        color: #ff0000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .9;
    }

    .loginpopup .modal-content .modal-title {
        margin: 0;
        line-height: 1.42857143;
        font-weight: 600;
        font-size: 30px;
    }

.radiobtnlogin label {
    margin-right: 20px;
    font-size: 18px;
}

.loginpopup .modal-footer {
    border-top: none;
    text-align: center;
}

.loginpopup .modal-header .close {
    margin-top: -37px;
}

.radiobtnlogin {
    margin-top: 30px;
}

.loginpopup .modal-dialog {
    height: 520px !important;
}
