.modal-header{
 background: #33bdbd;
}
.modal-header .modal-title{
color: #fff;
}
.modal-header button.close{
   color: #fff;
   opacity: 1
}

.login-bg{
    background: rgba(0,0,0,.4);
    color: #ccc;
    width: 450px;
    margin: 168px auto;
    position: relative;
    border-radius: 4px;
}
.login-bg .form-control {
    background: rgba(0,0,0,.4);
    border: none;
    color: #fff;

}
.login-cover, .login-cover-bg, .login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-cover-bg {
    background: #666;
    background: -moz-radial-gradient(center,ellipse cover,#666 0,#000 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#666),color-stop(100%,#000));
    background: -webkit-radial-gradient(center,ellipse cover,#666 0,#000 100%);
    background: -o-radial-gradient(center,ellipse cover,#666 0,#000 100%);
    background: -ms-radial-gradient(center,ellipse cover,#666 0,#000 100%);
    background: radial-gradient(ellipse at center,#666 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=1);
    opacity: .1;
    filter: alpha(opacity=60);
}
.login-cover-image img {
    max-width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.form-control:focus {
    border-color: #9fa2a5;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.my-content{
    min-height: calc(100vh - 168px);
    overflow: hidden;
    width:1200px;
    margin: 10px auto;
    background-color: #fff;
    padding: 20px 22px;
}
.my-panel{
    width:50%;
    margin: 20px auto 20px auto;
    padding: 15px 15px;
}
.my-header{
    line-height: 40px;
    border-bottom: 1px dashed #d2d2d2;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    margin: 0px 60px 20px 60px;
}
.my-footer{
    text-align: center;
    border-top: 1px dashed #d2d2d2;
    border-top-color: #e2e7eb;
    margin: 0px 60px 20px 60px;
    padding-top: 20px;
}