@import url(http://fonts.googleapis.com/css?family=Nunito:400,300);
/************theme fonts********************/
/***********************theme colors*****************************/
/*****************theme parametres*******************/
/*sidebar-parametres*/
html,
body {
    overflow-x: visible !important;
    overflow-y: visible !important;    
    background: url(../images/bjd-bg.jpg) no-repeat center;
    background-size: cover; 
  
}
.login-top-round {
    width: 100px;
    height: 100px;
    background: #017cdb url(../img/login-user.png) no-repeat center;
    position: absolute;
    top: -73px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.signin_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.70);
}
.flip-container {
    width: 450px;
    margin: 0 auto;
    /* margin-top: 150px; */
    /* min-height: 400px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.flip-container .front {
    width: 450px;
    padding: 30px;
    /* height: 100%; */
    background-color: #FFFFFF;
    /* clear: both; */
    /* display: table; */
    /* border-radius: 3px; */
    /* border: 1px solid #d7dce5; */
}
.flip-container .front:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
}
.flip-container .front:after {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
}
/*.flip-container .front,
.flip-container .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}*/
.flip-container .holder input {
    background: transparent;
    margin-top: 20px;
    height: 43px;
    border-radius: 0px;
}
.flip-container .bottom_info {
    margin-top: 30px;
    position: relative;
}
.flip-container .bottom_info a {
    text-decoration: none;
    color: #707780;
    outline: none;
    margin-bottom:10px;
}
.flip-container .bottom_info a:hover {
    color: #2196f3;
}
.flip-container .btn {
    height: 40px;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0;
}
.flip-container .heading {
    text-align: center;
    color: #2196f3;
}
.modal .modal-title {
    color: #707780;
    font-size: 16px;
}
.modal h6.note {
    margin-top: 30px;
    color: #707780;
    /*color: #fb5d5d;*/

    font-size:20px;
}
.modal .modal-footer {
    border-top-width: 0 !important;
}
.modal .btn {
    margin-top: 0;
    border-radius: 3px;
    height: 35px;
    font-size: 14px;
}
@media (max-width: 530px) {
    .flip-container {
        margin-top: 5px;
        width: 350px ;
    }
    .flip-container .front {
        width: 350px ;
    }
}