.info-container {
    background-color: #002F70;
    color: #fff;
    height: 100%;
}
.info-container .content {
    max-width: 703px;
    width: 703px;
    margin: 4rem 7rem;
    float: right;
}
.info-container h3, .info-container ul li {
    font-size: 2.15rem;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.info-container h1 {
    font-weight: bold;
    font-size: 4.5rem;
    font-family: 'Open Sans', sans-serif;
}
.info-container ul {
    margin-top: 10.1rem;
}
.info-container ul li {
    list-style-type: none;
    margin-bottom: 1.95rem;
}
.info-container .bt-slide {
    border-radius: 50%;
    border: solid 1px #f4f4f4;
    background-color: transparent;
    height: 18px;
    width: 18px;
    margin: 8px;
    outline: none;
}
.info-container .bt-slide.active {
    background-color: #f4f4f4;
}
.info-container .slide-container {
    margin-top: 8.7rem;
    max-width: 60%;
    position: relative;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}
.info-container .slide-container h1 {
    margin-bottom: 7.55rem;
}
.info-container i.water-mark {
    opacity: .2;
    position: absolute;
    font-size: 23rem;
    left: 32rem;
    top: -8.2rem;
}
.info-container .slide-buttons {
    position: absolute;
    bottom: 4px;
    max-width: 703px;
    width: 703px;
    right: 0;
    margin: 4rem 7rem;
}
.version-container {
    background-color: #002F70;
    height: 100%;
}
.version-container .kc-title {
    margin: 6em 5.25em;
    text-align: right;
    max-width: 33em;
}
.version-container .kc-title h1 {
    margin: 0;
    color: #bcc1c7;
    font-weight: bold;
    font-size: 6.4rem;
    font-family: 'Open Sans', sans-serif;
}
.version-container .kc-title h4 {
    margin: -6px 5px 0 0;
}
.version-container .kc-title h1 span {
    color: #002F70;
}
.kc-logo {
    background-image: url('../img/logo-telit.svg');
    background-position-x: right;
    background-repeat: no-repeat;
    height: 120px;
    width: 390px;
    zoom: .45;
    position: fixed;
    right: 100px;
    top: 50px;
}
/* @-moz-document url-prefix() {
    .kc-logo {
        right: -55px;
        top: 17px;
        -moz-transform: scale(.45);
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .kc-logo {
        right: -150px;
        bottom: -25px;
    }
} */
#kc-container {
    position: fixed;
    width: 100%;
    height: 100%;
}
.form-positioning {
    position: fixed;
    top: 50%;
    width: 545px;
    left: 50%;
    box-shadow: 0 2px 4px 0 #bcc1c7;
    padding: 3rem 3rem;
    border-radius: 5px;
    max-height: 90%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
}
.form-container {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}
.form-container p {
    font-size: 1.6rem;
}
.form-container h1 {
    font-size: 3.5rem;
    color: #002F70;
    margin-bottom: 16px;
    padding-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
}
.alert {
    z-index: 1;
    position: absolute;
    top: 100px;
    width: 82%;
}
.alert-error {
    color: #cc0000;
    border-color: #cc0000;
}

.alert-warning {
    color: #cc0000;
    top: 3%;
    border-color: #cc0000;
}

.alert-success {
    background-color: #ffffff;
    border: none;
    top: 520%;
    color: #333333;
}
.form-control{
    margin-bottom:0px;
    font-size:14px;
}
.form-group{
    font-size:14px;
}
