/*! FlyThat - v0.1.0 - 2014-08-03
* https://github.com/lucasferreira/flythat
* Copyright (c) 2014 Lucas Ferreira; Licensed MIT */
.flythat {
    transform-style: preserve-3d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.flythat-border-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.flythat img {
    border: none;
}
.flythat .flythat-close {
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 4px;
    padding: 4px;
    overflow: hidden;
    font: 24px Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    color: #666;
    text-shadow: 1px 1px 1px #DDD;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    z-index: 9999;
}
.flythat .flythat-close:hover {
    color: #900;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.login-modal-dialog
{
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
@media (min-width: 576px){
    .login-modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
.modal-content2
{
    min-height: 406px!important;
}