body {
    font-family: "Roboto", Arial, sans-serif;
    background-color: #fff;
}
body:after {
    content: '';
    background: url(../images/login/background.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
a,
.text-ydea {
    color: #008EDF;
}
.partner a,
.partner .text-ydea {
    color: #D53A00;
}
.alert {
    border-radius: 30px;
    padding: 0 22px;
    margin-bottom: 40px;
    box-shadow: 0px 15px 30px #00000029;
}
.main-content-login {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form-control {
    border-radius: 30px;
    border: 0;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    box-shadow: 0px 15px 30px #00000029;
    padding: 4px 22px;
}
.customer-new-user .form-control {
    box-shadow: 0px 3px 6px #00000029;
}
.customer-new-user textarea {
    min-height: 96px;
    line-height: 1.4;
    padding-top: 16px;
}
.form-group {
    margin: 0;
}
.form-group-password {
    margin-top: 40px;
}
#form-button-save {
    height: 50px;
    line-height: 50px;
    width: 296px;
    border-radius: 50px;
    background: #0B93E0;
    border-color: #008EDF;
    font-size: 20px;
    font-weight: normal;
    padding: 0 32px;
    box-shadow: 0px 10px 20px #00000029;
    margin-top: 82px;
    margin-bottom: 14px;
}
.customer #form-button-save {
    margin-bottom: 7px;
}
.partner #form-button-save {
    background: #D53A00;
    border-color: #c53803;
}
#form-button-save:hover {
    box-shadow: none;
    background: #1689fb;
}
.partner #form-button-save:hover {
    background: #f3561b;
}
.card-group {
    box-shadow: 0px 10px 20px #00000029;
    border-radius: 35px;
    max-width: 755px;
    margin: 0 auto;
}
.customer-new-user .card-group {
    max-width: 1000px;
}
.card {
    flex: auto !important;
    border-radius: 35px;
    position: relative;
}
.card.left-content {
    background: #0B93E0;
    color: #fff;
    max-width: 260px;
}
.partner .card.left-content {
    background: #D53A00;
}
.card.left-content .card-body {
    border-radius: 0;
    padding: 0;
}
.card.left-content .top-text {
    font-size: 25px;
    line-height: 33px;
    margin: 120px auto 0;
    width: 205px;
}
.customer .card.left-content .top-text {
    margin: 80px auto 0;
}
.card.left-content .bottom-text {
    position: absolute;
    bottom: 15px;
    left: 30px;
    width: 100%;
    font-size: 12px;
}
.card.right-content {
    max-width: 495px;
}
.customer-new-user .card.right-content {
    max-width: 740px;
}
.card.right-content .card-body {
    border-radius: 0;
    padding: 38px 60px 14px 60px;
}
.customer .card.right-content .card-body {
    padding: 38px 60px 22px 60px;
}
.card.right-content .logo {
    margin-bottom: 82px;
}
.customer .card.right-content .logo {
    margin-top: 38px;
}
.customer-new-user .card.right-content .logo {
    margin-bottom: 48px;
}
.card.right-content .text-login {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}
.card.right-content .text-customer {
    font-weight: 300;
    font-size: 22px;
}
.card.right-content .text-pass-lost {
    font-weight: 300;
    font-size: 13px;
    margin-top: 4px;
    display: none;
}
.card.right-content .text-login-altro {
    font-size: 15px;
    font-weight: 300;
}
.pallino-mobile,
.block-bottom {
    display: none;
}
.line-customer {
    border-top: 2px solid #fff;
    width: 200px;
    margin: 96px auto 24px auto;
}
.customer-links {
    text-align: center;
}
.customer-links .text-link {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 300;
}
.customer-links a {
    display: block;
    max-width: 200px;
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 30px;
    font-size: 16px;
    background: #fff;
    margin: 0 auto 16px;
    padding: 4px 12px;
}
.powered-by {
    position: absolute;
    bottom: 20px;
    margin-top: 40px;
    padding: 0 20px;
    color: #5E86C1;
    text-align: center;
    width: 100%;
}
.powered-by a {
    color: #5E86C1;
}
@media (min-width: 1200px) and (max-height: 800px) {
    .customer-new-user .main-content-login {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        padding: 15px;
    }
    .customer-new-user .powered-by {
        position: relative;
    }
}
@media (min-width: 800px) and (max-width: 1024px) and (orientation: landscape) {
    .customer-new-user .main-content-login {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        padding: 15px;
    }
    .customer-new-user .powered-by {
        position: relative;
    }
}
@media (min-width: 800px) and (max-width: 991px) {
    .main-content-login {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        padding: 15px;
    }
    .powered-by {
        position: relative;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .customer-new-user .card-group {
        max-width: 610px;
    }
    .customer-new-user .card.left-content {
        max-width: 200px;
    }
    .customer-new-user .card.left-content .top-text,
    .customer-new-user .line-customer {
        width: auto;
    }
    .customer-new-user .card.right-content {
        max-width: 410px;
    }
    .customer .card.left-content .card-body,
    .customer-new-user .card.left-content .card-body,
    .customer .card.right-content .card-body,
    .customer-new-user .card.right-content .card-body {
        padding: 16px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .main-content-login {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        padding: 15px;
    }
    .powered-by {
        position: relative;
    }
}
@media (min-width: 577px) and (max-width: 700px) {
    .card.left-content .card-body,
    .card.right-content .card-body {
        padding: 16px;
    }
}
@media (max-width: 576px) {
    .alert {
        margin-bottom: 20px;
        text-align: center;
    }
    .customer-new-user .main-content-login {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        padding: 15px;
    }
    .card-group,
    .card.left-content,
    .card.right-content,
    .customer-new-user .card-group,
    .customer-new-user .card.left-content,
    .customer-new-user .card.right-content {
        max-width: 290px;
    }
    .customer-new-ticket .card-group, .customer-new-ticket .card.right-content{
        max-width: 100%;
    }
    .customer-new-ticket .card.right-content .card-body{
        padding-inline: 20px;
    }
    .card.left-content {
        display: none;
    }
    .card.left-content .top-text,
    .customer .card.left-content .top-text {
        margin: 10px auto 0;
    }
    .card.left-content .card-body,
    .card.right-content .card-body,
    .customer .card.right-content .card-body {
        padding: 48px 32px 16px 32px
    }
    .customer .card.right-content .logo {
        margin-top: 10px;
    }
    .card.right-content .logo,
    .customer-new-user .card.right-content .logo {
        margin-bottom: 40px;
    }
    .card.right-content .logo img {
        height: 50px;
        max-width: 100%;
    }
    .card.right-content .text-login {
        font-size: 20px;
    }
    .card.right-content .text-customer {
        font-size: 18px;
    }
    .form-control {
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    .form-group-password {
        margin-top: 20px;
    }
    #form-button-save {
        height: 35px;
        line-height: 35px;
        width: 160px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .customer-new-user #form-button-save {
        width: auto;
    }
    .pallino-mobile {
        display: block;
        width: 60px;
        height: 60px;
        margin: 35px auto 0;
        border-radius: 100%;
        background: #fff;
        box-shadow: 0px 10px 20px #00000029;
        background: #fff url(../images/login/chevron-down.png) center center no-repeat;
        background-size: 32px;
    }
    .pallino-mobile.up {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-bottom: 35px;
    }
    .line-customer {
        margin: 24px auto;
        width: 100%;
    }
    .block-bottom {
        display: block;
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 100%;
        font-size: 12px;
    }
    .customer-new-user .powered-by {
        position: relative;
    }
}
