/** Version alberto **/


/* Login */

#login {
    margin-top: -90px;
    color: white;
}

#login .carousel-inner,
#login .carousel.slide,
#login .carousel-inner .item {
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

#login .carousel.slide {
    margin: 0px;
    font-size: 60px;
}

#login .carousel-caption {
    z-index: 10;
}

#login .carousel .item {
    background-color: #777;
}

#login .carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#login .carousel {
    padding: 0px;
}

#login .bg-pic {
    position: fixed;
    padding: 0px;
}

#login .topButtons {
    position: absolute;
    top: 30px;
    right: 45px;
}

#login .topButtons button:first-child {
    border-radius: 22.5px 0px 0px 22.5px;
}

#login .topButtons button:last-child {
    border-radius: 0px 22.5px 22.5px 0px;
}

#login .topButtons .btn-light {
    color: #ff1d25;
}

#login .topButtons .btn-dark {
    background: rgba(0, 0, 0, 0.5);
}

#login h3 {
    margin-left: 30px;
    margin-bottom: 90px;
}

#login .carousel img {
    min-width: 100%;
    min-height: 100%;
}

#login .carousel-indicators {
    bottom: 50px;
    margin-left: 0%;
    width: 60%;
    left: 50px;
    text-align: left;
}

#login .carousel-indicators li {
    width: 20px;
    height: 20px;
    background: white;
    margin-left: 10px;
    border: none;
}

#login .carousel-indicators .active {
    margin: 0px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

#login .logo {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 37;
}

#login aside {
    font-family: Montserrat-Thin;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -90px;
    float: right;
    /* background: #ccc;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff1d25+0,f15a24+53,ff1d25+100 */
    background: #ff1d25;
    /* background: -moz-linear-gradient(left, #ff1d25 0%, #f15a24 53%, #ff1d25 100%);
    background: -webkit-linear-gradient(left, #ff1d25 0%, #f15a24 53%, #ff1d25 100%);
    background: linear-gradient(to right, #ff1d25 0%, #f15a24 53%, #ff1d25 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff1d25', endColorstr='#ff1d25', GradientType=1); */
}

#login h3 {
    font-family: Montserrat-Thin;
    color: rgba(255, 255, 255, 0.9);
}

#login a.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
}

#login a.bottomLink {
    margin-left: 15px;
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

#login a.bottomLinkTwo {
    margin-left: 0px;
}

#login input[type='text'],
#login input[type='password'] {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    border-radius: 0px;
    margin-bottom: 30px;
}

#login .btn-primary {
    padding: 5px 40px;
    border-radius: 15px;
    color: black;
}

#login .legal {
    position: absolute;
    bottom: 20px;
}

#login .legal a {
    color: rgba(255, 255, 255, 0.75) !important;
}

#login ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

#login :-moz-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
    opacity: 1;
}

#login ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

#login :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

#login ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}