﻿
/*    LOGIN  */
.register-photo {
    /*background: #f1f7fc;*/
    padding: 80px 0;
}

    .register-photo .image-holder {
        display: table-cell;
        width: auto;
        background: url(../pic/login.png);
        background-size: cover;
    }

    .register-photo .form-container {
        display: table;
        max-width: 900px;
        width: 90%;
        margin: 0 auto;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    }

    .register-photo .form {
        display: table-cell;
        width: 400px;
        background-color: #ffffff;
        padding: 40px 60px;
        color: #505e6c;
    }



@media (max-width:991px) {
    .register-photo .form {
        padding: 20px;
       
    }
    h2 {
        font-size: 16px;
    }
    
    /*.clock {
        font-size: 10px;
        margin:0;
    }*/
}

.register-photo .form h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.register-photo .form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 6px;
    height: 40px;
}

.register-photo .form .checkbox {
    font-size: 13px;
    line-height: 20px;
}

.register-photo .form .btn-primary {
    /*background: #f4476b;*/
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: none !important;
}

    .register-photo .form .btn-primary:hover, .register-photo .form .btn-primary:active {
        /*background: #eb3b60;*/
    }

    .register-photo .form .btn-primary:active {
        transform: translateY(1px);
    }

.register-photo .form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}
/*    LOGIN  */


/*    stili precedente SITO   */
.modalBackground {
    background-color: #e6e6e6;
    filter: alpha(opacity=60);
    opacity: 0.60;
}
.AutoExtender {
    font-size: 12px;
    color: #000;
    padding: 3px 5px;
    border: 1px solid #999;
    background: #fff;
    width: 200px;
    float: left;
    z-index: 9999999999;
    position: absolute;
    margin-left: 0px;
    list-style: none;
    font-weight: normal;
    cursor: pointer;
}

.loading {
    background-image: url(../pic/loading.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

/*    stili precedente SITO   */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
