
html, body {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
body {
    /*background-color: #daeaf9;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#5bb0e6), to(#daeaf9));
    background-image: -webkit-linear-gradient(top, #5bb0e6 0%, #daeaf9 100%);
    background-image: -moz-linear-gradient(top, #5bb0e6 0%, #daeaf9 100%);
    background-image: -ms-linear-gradient(top, #5bb0e6 0%, #daeaf9 100%);
    background-image: -o-linear-gradient(top, #5bb0e6 0%, #daeaf9 100%);
    background-image: linear-gradient(top, #5bb0e6 0%, #daeaf9 100%);*/
    background-image: url("/img/franja_logo_2.png");
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

#loginbox {
    max-width: 350px;
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
#logo {
    max-width: 350px;
    padding: 20px 0 20px 5px;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#logo img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
#logo h1 {
    margin: 0 auto;
    width :100%;
    text-align: center;
    color: white;
}
#loginbox {
    text-align: center;
}

#loginbox p {
    margin-top: 5px;
    padding: 0 20px;
}

#loginbox .form-actions {
	padding: 14px 20px 15px;
}
#loginbox .form-actions .pull-left {
	margin-top: 2px;
}

#loginbox form#loginform {
	z-index: 200;
}

#loginbox form#recoverform {
	z-index: 100;
	opacity: 0;
    display:none;
}

#loginbox form#recoverform .form-actions {
    margin-top: 27px;
}

#loginbox form#recoverform .control-group {
	margin: 23px 0;
}

#loginbox .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #8A8A8A;
    padding: 24px 12px 0;
    text-transform: unset;
    height: auto;
}

.forgot-password {
    margin-top: -10px;
    margin-right: 10px;
    text-align: right;
}

.forgot-password a {
    font-size: 11px;
    color: #8A8A8A;
}

.form-vertical, .form-actions {
    margin-bottom: 0;
}

.btn.login-button {
    border-radius: 30px !important;
    background: rgb(156,143,196);
    background: radial-gradient(circle, rgba(156,143,196,1) 24%, rgba(82,182,232,1) 100%);
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 16px;
    margin-top: 24px;
    text-transform: unset;
}

.login-link {
    color: #8A8A8A;
    font-size: 11px;
}

.login-link:hover, .login-link:active {
    color: #8A8A8A;
}

#loginbox .language-selector {
    color: #8A8A8A;
}

#loginbox p.login-box-msg {
    margin-top: 48px;
}

.login-footer {
    margin-top: auto;
    padding: 48px;
    color: #fff;
}

.login-footer a {
    color: #fff;
}

.login-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 0 15px;
}

@media (max-width: 768px){
    #logo, #loginbox {
        width: 80%;
        min-width: unset;
    }

    body {
        background-position: bottom right;
        background-size: auto 50vh;
    }

    .login-footer {
        text-align: center;
        padding: 0;
    }
}
