.wrap-login {
    background: url('../../images/bg-login.jpg');
    position: fixed;
    top: 0;
    left: 0;
    background-position: top center;
    width: 100%;
    z-index: 2020;
    height: 100%;
    overflow-y: auto;
}
.wrap-login .login-pop-dialog {
    width: 400px;
    margin: 50px auto;
    box-sizing: border-box;
    background: rgba(0,0,0,.6);
    border-radius: 5px;
}
.wrap-login .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
}
.wrap-login .modal-content{
    background: transparent;
}
.footer{
    text-align: center;
}
.login-pop-dialog span{color:#ccc}
.login-pop-dialog a{
    color:yellowgreen
}

.login-pop-dialog label{color:#fff !important}
.login-pop-dialog input {
    border-color: #ccc;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
/*format login form*/
.modal-header a.close {
    color: white;
    float: right;
    background: #a71e2f;
    border: 3px solid #eef9fd;
    border-radius: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: -8px;
    opacity: 1;
    top: -8px;
}
.modal-header .close {
    margin-top: -2px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.login-pop-dialog .modal-title{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;color:#fff
}


.btn1
{
    background-color: #FF3838;
    color: white;
    transition: all 0.5s;
}
.btn1:hover, .btn1:focus
{
    background-color: white;
    color: black;
    border: 1px solid;
    border-color: #FF3838;
    transition: 0.5s;
}
a:hover
{
    text-decoration: none;
    color: red;
}

.well-header
{
    background-color: #FF3838;
}

.input-group-addon
{
    background-color: #FF3838;
    border-color: #FF3838;
    color: white;
}

.btn2
{
    transition: all 0.5s;
}


.btn2:hover, .btn2:focus {
    border-color: #428bca;
    color: black;
    background-color: white;
    transition: 0.5s;
}
/*end temp1*/
/*temp2 login*/
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300
}

.login-logo a, .register-logo a {
    color: #444
}

.login-page, .register-page {
    background: #d2d6de
}



@media (max-width: 768px) {
    .login-pop-dialog{
        width: 90%;
    }
    .login-box, .register-box {
        width: 100%;
        /*margin-top: 20px*/
    }
}

.login-box-body, .register-box-body {
    padding: 10px;
    border-top: 0;
    color: #ccc;
}



.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #c5c9cf;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px
}

.social-auth-links {
    margin: 10px 0
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none
}

.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-group.has-success label {
    color: #00a65a
}

.form-group.has-success .form-control {
    border-color: #00a65a;
    box-shadow: none
}

.form-group.has-warning label {
    color: #f39c12
}

.form-group.has-warning .form-control {
    border-color: #f39c12;
    box-shadow: none
}

.form-group.has-error label {
    color: #fff;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: yellowgreen;
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff
}

.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0
}

.form-control-feedback.fa {
    line-height: 34px
}

.input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px
}

.input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent
}

.btn.uppercase {
    text-transform: uppercase
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:focus {
    outline: none
}

.btn.btn-file {
    position: relative;
    overflow: hidden
}

.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #e7e7e7
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #367fa9
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c
}

.btn-success:hover, .btn-success:active, .btn-success.hover {
    background-color: #008d4c
}

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6
}

.btn-info:hover, .btn-info:active, .btn-info.hover {
    background-color: #00acd6
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925
}

.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
    background-color: #d73925
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b
}

.btn-warning:hover, .btn-warning:active, .btn-warning.hover {
    background-color: #e08e0b
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7)
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2)
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover, .btn-google:focus, .btn-google.focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}