﻿

body {
    background: #F6F8FA;
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}


.btn {
    border-radius: 0px;
}

/*span
{
    font-size:22px;
    font-weight:300;
}
*/


p
{
    padding-top: 10px;
}


.foto {
    background-image: url('/Images/foto.jpg');
    background-size: cover;
    height: 500px;
}



/* Form Module */
.form-module {
    position: relative;
    background: #ffffff;
    border-top: 5px solid #13b4ca;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    height: 500px;
}

    .form-module .toggle {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        background: #00c292;
        width: 30px;
        height: 30px;
        margin: -5px 0 0;
        color: #ffffff;
        line-height: 30px;
        text-align: center;
    }


    .form-module .form {
       /*display: none;*/ 
        padding: 15px;
    }

        .form-module .form:nth-child(2) {
            display: block;
        }

    .form-module h2 {
        color: #333333;
        font-weight: 700;
        font-size: 40px;
    }

.form-control {
    outline: none;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none;
    margin: 0 0 20px;
    padding: 10px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: unset;
    background-color:transparent !important;
}

.form-module input:focus {
    color: #333333;
}

.form-module .button {
    cursor: pointer;
    background-color: #13b4ca;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff !important;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-appearance: none;
    border: none;
}

.button:focus {
    border:unset;
}



.form-module .forgot-password {
    background: #F6F8FA;
    width: 100%;
    padding: 15px 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .form-module .forgot-password a {
        color: #333333;
        text-decoration: none;
    }

.form-module p {
    line-height: 150%;
}


.text-danger {
    font-size:14px;
    font-weight:400;
    color: #f36368;
}

span.text-danger {
    display: block;
}
