html, body {
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-position: left bottom;
    background-size: cover;
    /*background-image: url("../../images/login-bg.png");*/
}
@font-face {
    font-family: BebasNeue;
    src: url(BebasNeue.otf);
}
.wrapper {
    max-width: 400px;
    min-width: 230px;
    margin: 2% auto .5%;
    padding: 15px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;

    box-shadow: 0 0 20px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}
.wrapper header {
    display: block;
    padding: 20px 30px;
    border-bottom: 2px solid rgba(22,160,133,.9);
    background: rgba(255,255,255,.9);
}
.login-title{
    font-size: 5em;
    font-weight: normal;
    letter-spacing: 5px;
    color: #16a085;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff, -2px 2px 0px #fff;
    font-family: 'BebasNeue', sans-serif;
    text-align: center;
    line-height: 1em;
    white-space: nowrap;
}
.wrapper fieldset {
	display: block;
	padding: 25px 30px 5px;
	border: none;
	background: rgba(255,255,255,.9);
}
.wrapper fieldset .user{
    border: 10px solid #666;
    border-radius: 50%;
    display: table-cell;
    padding: 40px;
    font-size: 40px;
}
.wrapper fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.wrapper footer {
	display: block;
	padding: 15px 30px 10px;
	border-top: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
}
.wrapper footer:after {
	content: '';
	display: table;
	clear: both;
}
.modal {
    padding: 25px 30px;
    background: rgba(255,255,255,0.9);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}
.modal a {
    color: #2da5da;
}

button#submit {
    position: relative;
    overflow: hidden;

    background: #337ab7;
/*    background: url(../images/noise.png), -moz-radial-gradient(center, ellipse cover, #ee4c8d 0%, #b53467 100%);
    background: url(../images/noise.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ee4c8d), color-stop(100%,#b53467));
    background: url(../images/noise.png), -webkit-radial-gradient(center, ellipse cover, #ee4c8d 0%,#b53467 100%);
    background: url(../images/noise.png), -o-radial-gradient(center, ellipse cover, #ee4c8d 0%,#b53467 100%);
    background: url(../images/noise.png), -ms-radial-gradient(center, ellipse cover, #ee4c8d 0%,#b53467 100%);
    background: url(../images/noise.png), radial-gradient(ellipse at center, #337ab7 0%,#286090 100%);*/

    line-height: 30px; /* Same as height */
}
button#submit i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -20px;
    font-size: 40px;
    line-height: 40px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

button#submit span {
    display: block;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
}

/* Focus and hover on button */

button#submit:focus {
    outline: none;
}

button#submit:hover span,
button#submit:focus span {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

button#submit:hover i,
button#submit:focus i {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    left: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* Click on button */

button#submit:active span,
button#submit:active i {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

button#submit:active span {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

button#submit:active i {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    left: 0;
    color: #fff;
}

.btn-link-2 {
display: inline-block;
height: 40px;
margin: 5px;
padding: 15px;
background: rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
font-size: 14px;
font-weight: 300;
line-height: 10px;
color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}



/* Prevent icon cause of placeholder label*/
.has-feedback label~.form-control-feedback {
 top: 0px;
}






/********************************
Registration Form
*/
#success_message{
    display: none;
}
#contact_form h1.panel-title{
    font-size: 1.75em;
    font-weight: bold;
    padding: .5em;
}


body.forgotbg{
    background-color: #64c6af;
    width: 100%;
    margin-top: 15%;
}

.forgotpassword input[type="email"] {
    font-weight:bold;
    text-align: center;
    border:2px solid #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.forgotpassword input[type="email"]:focus {
    border:2px solid #ddd;
}
.forgotpassword input[type="submit"] {
    color:#fff;
    width:40%;
    padding:13px;
    cursor: pointer;
    margin: 0 auto;
}
.forgotpassword input[type="submit"]:hover {
    color:#fff;
}

#pwd-container div.progress:last-child,
#pwd-container div.progress:nth-child(2){
    display: none;
}
#gen_pwd_container{
    font-weight: 900;
}
#pwd-container .progress{
    height: 20px;
    margin: 0px auto 5px;
    background-color: #ccc;
}
#pwd-container .progress-bar{
    line-height: 1.5em;
}

@media (min-width: 768px){
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
        color: #202F3E;
        font-weight: 500;
    }
}
.input-group-text {
    color: #202F3E;
}
.modal-content {
    padding: 0 25px;
}
.modal-header{
    color: #16a085;
    font-weight: bold;
    font-size: 1em;
}



.lockscreen-image{
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    max-width: 40%;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
    margin: 0 auto;
    display: block;
}
