﻿.main {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    width: 300px;
    position: relative;
    /*min-height: 444px;*/
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
    box-shadow: 0 0 14px rgba(0,0,0,.1);
    top: 40px;
    padding: 0;
    text-align: center;
    border-radius: 7px;
}
.log-in {
    padding: 20px;
    text-align: center;
}

input[type=text].txt, input[type=password].txt, textarea.txt {
    padding: 10px;
    border: solid 1px #D5D5D5;
    border-radius: 3px;
    width: calc(100% - 60px);
}
.txt1 {
    padding: 10px;
    border: solid 1px #D5D5D5;
    border-radius: 3px;
    width: calc(100% - 20px);
}
a.l {
    width: 100%;
    padding: 10px 0;
    background: #011940;
    border-radius: 3px;
    width: calc(100% - 40px);
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    font-size: 13px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 95;
    background: #000000;
    opacity: 0.5;
    display: none;
}

.model_content {
    position: absolute;
    width: 600px;
    background: #fff;
    border: solid 1px #025080;
    border-radius: 3px;
    z-index: 99;
    top: 100px;
    left: calc(50% - 300px);
    display: none;
}

.title_bar_popup {
    padding: 0;
    border-bottom: solid 1px #E5E5E5;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    background: #025080;
    color: #fff;
    cursor: move;
}


    .title_bar_popup > span {
        font-weight: bold;
        font-size: 16px;
    }

.bottom_bar_popup {
    padding: 20px 15px;
    border-top: solid 1px #E5E5E5;
    display: inline-block;
    width: calc(100% - 30px);
    cursor: pointer;
    text-align: right;
}
