@charset "UTF-8";
@font-face {
    font-family: 'FontAwesome';
    src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    /*height: 100%;*/
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; 
}

html.c7n-loaded {    
    background-image: none;
}

span {
    font-size: 1em!important;
}

/* BODY | START */
body {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    background-color: #FFFFFF;
    color: #38474E;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

/*@media (min-width: 992px) and (max-width: 1199px) {
    body {
        height: calc(100vh + 90px);
    }
}
*/
body.loaded { 
    opacity: 1;
}
/* BODY | END */

/* HEADER | START */
/*header {
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 30px;
    top: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    z-index: 999;
    background-color: #FFFFFF;
}*/

header {
    position: fixed;
    width: 100%;
    min-height: 75px;
    max-height: 120px;
    top: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    z-index: 999;
    background-color: #FFFFFF;
}

.header-menu {
    height: 60px;
    line-height: 60px;
    padding: 0px;
    /*margin: 0px;*/
}

.header-logo {
    padding: 0px;
    margin: 10px 0px 0px 0px;
}
/* HEADER | END */

/* LOGO | START */
.main-logo {
    display: block;
    width: auto;
    height: 60px;
    padding: 0px;
    margin: 0px;
    object-fit: cover;
    margin-top: 1px;
    margin-bottom: -1px;
}
/* LOGO | END */

/* MAIN | START */
@media (max-width: 575px) {
    main.page-content {
        position: relative;
        top: 60px;
        min-height: calc(100vh - 131px);
        padding: 10px 0px;
    }
}
@media (min-width: 576px) {
    main.page-content {
        position: relative;
        top: 75px;
        min-height: calc(100vh - 146px);
        padding: 10px 0px;
    }
}
@media (min-width: 768px) {
    main.page-content {
        position: relative;
        top: 75px;
        min-height: calc(100vh - 146px);
        padding: 10px 0px;
    }
}
@media (min-width: 992px) {
    main.page-content {
        position: relative;
        top: 120px;
        min-height: calc(100vh - 171px);
        padding: 10px 0px;
    }
}
@media (min-width: 1200px) {
    main.page-content {
        position: relative;
        top: 120px;
        min-height: calc(100vh - 171px);
        padding: 10px 0px;
    }
}





/*main {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 575px) {
    main {
        min-height: calc(100vh - 151px);
        top: 75px;
        margin: 0px;
        padding: 0px 5px;
        width: 100%;
    }
}

@media (min-width: 576px) {
    main {
        min-height: calc(100vh - 151px);
        top: 90px;
        margin: 0px;
        padding: 0px 5px;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    main {
        min-height: calc(100vh - 151px);
        top: 90px;
        margin: 0px;
        padding: 0px 5px;
        width: 100%;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    main {
        height: 100%;
        min-height: calc(100vh - 121px);
        top: 130px;
        margin: 0px;
        padding: 0px 5px;
        width: 100%;
        margin-bottom: 90px;
    }
}

@media (min-width: 1200px) {
    main {
        min-height: calc(100vh - 151px);
        top: 130px;
        margin: 0px;
        padding: 0px 5px;
        width: 100%;
    }
}*/



.content-left, .content-right {
    padding: 0px 10px;
}

#wrapper_left {
    position: relative;
    width: 220px;
    height: auto !important;
    min-height: 670px;
    float: left;
    left: 0px;
    padding: 0px;
    margin: 0px;
}

#wrapper_right {
    position: relative;
    width: 100%;
    height: 100%;
    /*padding: 15px 0px;*/
    margin: 0px;
}

div#right_content {
    width: 100%;
}

#titel_border {
    border-bottom: 1px solid #3D6DA6;
    /*float: left;*/
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
}
/* MAIN | END */

/* SUB-NAVIGATION | START */
div#subnavigation {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-bottom: 30px;
}

#subnavigation ul li.level_2 a {
    display: block;
    line-height: 26px;
    width: 100%;
    color: #004A8B;
}

#subnavigation ul li.level_2 {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 27px;
    border-bottom: 1px solid #004e90;
    width: 100%;
}

#subnavigation ul {
    padding: 0;
    margin: 0;
}
/* SUB-NAVIGATION | START */

/* FOOTER | START */
@media (max-width: 575px) {
    footer {
        position: relative;
        width: 100%;
        margin: 0px;
        text-decoration: none;
        line-height: 30px;
        color: #3D6EA7;
        font-size: 1em;
        top: 90px;
    }
}

@media (min-width: 576px) {
    footer {
        position: relative;
        width: 100%;
        margin: 0px;
        text-decoration: none;
        line-height: 30px;
        color: #3D6EA7;
        font-size: 1em;
        top: 100px;
    }
}
@media (min-width: 768px) {
    footer {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 10px 0px;
        text-decoration: none;
        line-height: 30px;
        color: #3D6EA7;
        font-size: .8em;
        top: 90px;
    }
}

@media (min-width: 992px) {
    footer {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 10px 0px;
        text-decoration: none;
        line-height: 30px;
        color: #3D6EA7;
        font-size: .8em;
        top: 120px;
    }
}

@media (min-width: 1200px) {
    footer {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 10px 0px;
        text-decoration: none;
        line-height: 30px;
        color: #3D6EA7;
        font-size: .8em;
        top: 120px;
    }
}

footer a {
    color: #3D6EA7;
}

footer a:hover {
    color: rgba(143, 176, 214, 1);
}

.footer-left, .footer-right {
    background-color: rgba(236, 242, 248, 1);
    /*padding: 0px 15px;*/
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

@media (max-width: 991px) {
    .footer-left, .footer-right {
        text-align: center;
    }

}
/* FOOTER | END */

/* GAP CUSTOM | START */
    .gap-sm { margin: 15px 0px; }
    .gap-md { margin: 30px 0px; }
    .gap-lg { margin: 45px 0px; }
/* GAP CUSTOM | END */

/* CUSTOM | START */
.content-block {
    margin-bottom: 30px;
}

a {
    color: #004C8D;
}

a:hover {
    color: rgba(61, 110, 167, 1);
    text-decoration: none;
}

@media (max-width: 575px) {
    h1 {
        margin-top: 0.0em;
        margin-bottom: 2px;
        font-size: 1.4em;
    }

    h2 {
        margin-top: 0.0em;
        margin-bottom: 2px;
        font-size: 1.3em;
        color: #3D6DA6;
    }

    h3 {
        margin-top: 0.0em;
        margin-bottom: 2px;
        font-size: 1.2em;
        color: #3D6DA6;
    }
}

@media (min-width: 576px) {
    h1 {
        margin-top: 0.0em;
        margin-bottom: 2px;
        font-size: 1.75em;
    }
    
    h2 {
        margin-top: 0.0em;
        margin-bottom: 2px;
        font-size: 1.4em;
        color: #3D6DA6;
    }

    h3 {
        margin-top: 0.0em;
        margin-bottom: 2px;
        font-size: 1.3em;
        color: #3D6DA6;
    }
}


div#cookie-note {
    background-color: white;
    color: black;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    /* display: block; */
    left: 30px;
    bottom: 260px!important;
    position: absolute;
    height: auto;
    width: 30em;
    z-index: 1337;
    padding: 10px;
}

button#cookie-note-ok {
    -webkit-appearance: none;
    border-color: #A75E65;
    background-color: #A75E65;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #000000;
}

.center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: .5em;
    margin: 0px 0px 10px 0px;
    border: 1px solid #999999;
    z-index: 9999;
    color: #555555;
    background-color: #FFFFFF;
    outline: 0!important;
}

.scroll-to-top:hover {
    color: #b7101f!important;
    background-color: #f2f2f2;
}

#address {
    position: relative;
    color: #004C8D;
    padding: 0px;
    /*top: 30px;*/
}

img.custom-map {
    position: relative;
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 30px 0px
    padding: 0px;
}

@media (max-width: 575px) {
    img.custom-map {
        max-width: 100%;
    }
}


img.custom-butterfly {
    position: relative;
    display: block;
    width: 100%;
    float: right;
    margin: -15px 0px 30px 0px;
}

@media (max-width: 575px) {
    img.custom-butterfly {
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        float: none;
        margin: -15px auto 30px auto;
    }
}

@media (min-width: 576px) {
    img.custom-butterfly {
        max-width: 330px;
    }
}

#languages {
    position: absolute;
    right: 10px;
    padding: 0px;
    margin: 0px;
}

#lang_german {
    width: 20px;
    height: 20px;
    background: url(../images/layout/custom/de_icon.png) no-repeat;
    background-size: 20px;
    float: left;
    margin: 0px 5px;
    outline: 0;
}

#lang_french {
    width: 20px;
    height: 20px;
    background: url(../images/layout/custom/fr_icon.png) no-repeat;
    background-size: 20px;
    float: left;
    margin: 0px 5px;
    outline: 0;
}

#lang_italy {
    width: 20px;
    height: 20px;
    background: url(../images/layout/custom/it_icon.png) no-repeat;
    background-size: 20px;
    float: left;
    margin: 0px 5px;
    outline: 0;
}

#languages-mobile {
    position: absolute;
    height: 30px;
    left: 10px;
}

#lang_german-mobile {
    width: 30px;
    height: 30px;
    background: url(../images/layout/custom/de_icon.png) no-repeat;
    background-size: 30px;
    float: left;
    margin: 0px 10px;
}

#lang_french-mobile {
    width: 30px;
    height: 30px;
    background: url(../images/layout/custom/fr_icon.png) no-repeat;
    background-size: 30px;
    float: left;
    margin: 0px 10px;
}

#lang_italy-mobile {
    width: 30px;
    height: 30px;
    background: url(../images/layout/custom/it_icon.png) no-repeat;
    background-size: 30px;
    float: left;
    margin: 0px 10px;
}
/* CUSTOM | END */

/* CONTACT | START */
form.contactForm {
     opacity: 1; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#contactForm {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: none;
}



form > fieldset > div.row {
    margin: 0;
    padding: 0px;
}

.text-danger {
    margin: 10px 0px;
    color: #DC3545!important;
    font-size: 1em;
    font-weight: 700;
}

select {
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
    border: 1px solid #3D6DA6;
    background: #FFFFFF;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0px;
    outline: 0;
}

label {
    width: 100%;
    display: inline-block;
    margin: 15px 10px 0px 10px;
    color: #3D6DA6;
    font-weight: 700;
}

input {
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
    border: 1px solid #3D6DA6;
    background: #FFFFFF;
    height: 40px;
    /*-webkit-appearance: none;*/
    border-radius: 0px;
    outline: 0;
}

textarea {
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
    font-size: 1.0em;
    height: 120px;
    /* font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; */
    border: 1px solid #3d6da6;
    background: #FFFFFF;
    -webkit-appearance: none;
    border-radius: 0px;
    outline: 0;}

input.button-left {
    width: 120px;
    margin: 30px 30px 0px 0px;
    position: relative;
    right: 0px!important;
    margin-right: 0px;
    background-color: #ECF2F8;
}

input.button-right {
    width: 120px;
    margin: 30px 0px 0px 30px;
    position: relative;
    right: 0px!important;
    margin-right: 0px;
    background-color: #ECF2F8;
}

input.button-left:hover, input.button-right:hover {
    background-color: #3d6da6;
    color: #FFFFFF;
}

input.contactFormClass_button {
    vertical-align: middle;
    line-height: 40px;
    background-color: #E4EDF3;
    margin-top: 10px;
}

#commentFormError, #contactFormError {
    display: none;
    color: #FFFFFF;
    padding: 5px 0px;
    line-height: normal;
    margin-top: 10px;
}

#contactForm.contactForm .row input[type=text].error {
    border: 1px solid #DC3545;
}

@media (max-width: 767px) {
    #contactFrame {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}

@media (min-width: 768px) {
    #contactFrame {
        width: 50%;
        padding: 0px;
        margin: 0px;
    }
}
/* CONTACT | END */

/* LOGO | START */
@media (max-width: 575px) {
    img.navigation-logo {
        width: 220px;
    }
}

@media (min-width: 576px) {
    img.navigation-logo {
        /*width: 300px;*/
        height: 60px;
    }
}
/* LOGO | END */

/* NAVIGATION | DESKTOP | START */
div#desktop {
    height: 120px;
}

@media (max-width: 1199px) {
    nav#clx-dropdown-navigation {
        font-size: .9em;
    }
}

@media (min-width: 1200px) {
    nav#clx-dropdown-navigation {
        font-size: 1em;
    }
}

nav#clx-dropdown-navigation {
    position: relative;
    width: 100%;
    letter-spacing: 0px;
    line-height: 15px;
    background-color: rgba(61, 110, 167, 1);
}

#clx-dropdown-navigation ul li a {
    display: block;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0);
    outline: 0;
}

#clx-dropdown-navigation ul li.level-1.starter_active > a {
    color: #FFFFFF;
    background-color: rgba(106, 150, 200, 1);
    outline: 0;
}

#clx-dropdown-navigation ul li.level-1:hover > a {
    color: #FFFFFF;
    background-color: rgba(106, 150, 200, 1);
    outline: 0;
}

a.level-1.starter_normal {
    color: #FFFFFF;
}
/* NAVIGATION | DESKTOP | END */

/* NAVIGATION | MOBILE | START */
div#mobile {
    /*padding: 0px 15px;*/
    margin: 0px;
    width: 100%;
}

nav#clx-mobile-navigation {
    text-align: left;
}
span#clx-close-mobile-navigation {
    font-size: 1.8em!important;
    padding: 0px;
    margin: 0px;
    line-height: 60px;
    z-index: 999;
    color: rgba(0, 75, 149, 1);
    position: relative;
}

#clx-mobile-navigation {
    font-size: 1em;
    width: 100%;
    /*max-width: 340px;*/
    position: fixed;
    height: 100%;
    max-height: 100%;
    background-color: rgba(236, 242, 248, 1);
    z-index: 800;
    /*right: -450px;*/
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
}

#clx-mobile-navigation li.level-1 > a {
    color: #38474E;
    display: block;
    cursor: pointer;
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
}

#clx-mobile-navigation li.level-2 > a {
    padding: 10px 30px;
    line-height: 1.2em;
    color: #38474E;
    display: block;
}

#clx-mobile-navigation li .open-submenu {
    padding: 10px 20px;
    font-size: 1em;
    top: 0px;
    line-height: 1.5em;
    right: 0;
    position: absolute;
    color: #3D6EA6;
    cursor: pointer;
}

#clx-mobile-navigation .open-submenu:hover {
    color: #3D6EA6;
    text-decoration: none;
}

#clx-mobile-navigation li.starter_active .open-submenu {
    color: rgba(255, 255, 255,0.5);
    text-decoration: none;
}

#clx-mobile-navigation li.level-1 > a.starter_active {
    background-color: #3D6EA6;
    color: #FFFFFF;
    text-decoration: none;
}

a.level-2.active {
    color: #FFFFFF!important;
    background-color: #3D6EA6;
    text-decoration: none;
}

#clx-mobile-navigation a:hover {
    background-color: rgba(125, 163, 207,1);
    color: #FFFFFF;
    text-decoration: none;
}

.open-submenu.fa.fa-plus {
    height: 45px;
}

/* NAVIGATION | MOBILE | START */

/* NEWS | START */
#news_content {
    height: auto;
    padding: 5px 0px;
    border-bottom: solid 1px #FFFFFF;
}

#news_titel {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #004C8E;
    clear: left;
    color: #004C8E;
    font-size: 1.4em;
    margin-top: 30px;
}

.news-title {
    padding: 0px;
}

.news-date {
    /* width: 66px; */
    /* height: 110px; */
    float: left;
    padding: 0px;
    color: #004A8B;
    margin-bottom: 10px;
}

#more_information {
    float: left;
    font-weight: bold;
    padding: 0px;
    width: 100%;
}
/* NEWS | END */

/* SLICK | START */
.slick-dot-hide {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    width: 30px;
    height: 0px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 1;
    border: 2px solid #FFFFFF;
}

.slick-dots li button:before {
    width: 30px;
    height: 0px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
    border: 2px solid #FFFFFF;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
    margin-bottom: 15px;
}
/* SLICK | END */

/* ARTICLE CUSTOM | START */
.article-headline {
    font-size: 1.8em;
    font-weight: 400;
    color: #A75E65;
    text-transform: uppercase;
    margin: 30px 0px 10px 0px;
}

.article-headline-sm {
    font-size: 1.2em;
    font-weight: 400;
    color: #A75E65;
    text-transform: uppercase;
    margin: 30px 0px 10px 0px;
}

.article-content {
    margin-bottom: 30px;
    font-size: 1.2em;
    /*letter-spacing: 1.2px;*/
    line-height: 1.4;
}

img.header_images {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    object-fit: cover;
}
/* ARTICLE CUSTOM | END */

/* SWIPER HOME | START */
.swiper-container {
    /* height:500px; */
    /* This solution causes gaps because the images are resized */
    height: auto;
    max-height: calc(100vh - 260px);
}

.swiper-slide {
    height: auto;
}

img.home-slider-image {
    border-top: 1px solid #A65E6533;
    border-bottom: 1px solid #A65E6533;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 0px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
    border: 2px solid #FFFFFF;
}

.swiper-pagination-bullet-active {
    width: 30px;
    height: 0px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 1;
    border: 2px solid #FFFFFF;
}

.home-slider-headline {
    position: absolute;
    animation-name: top;
    animation-duration: 2s;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    display: none;
}

.home-slider-subheadline {
    position: absolute;
    animation-name: rightFadeIn;
    animation-duration: 2s;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0;
}

@media (max-width: 575px) {
    img.home-slider-image {
        width: auto;
        height: 300px;
    }
    main.main {
        height: 300px!important;
    }
}
@media (min-width: 576px) {
    img.home-slider-image {
        width: auto;
        height: 300px;
    }
    main.main {
        height: 300px!important;
    }
}
@media (min-width: 768px) {
    img.home-slider-image {
        width: auto;
        height: 600px;
    }
    main.main {
        height: calc(100vh - 465px)!important;
    }
}
@media (min-width: 992px) {
    img.home-slider-image {
        width: auto;
        height: 470px;
    }
    main.main {
        height: calc(100vh - 324px)!important;
    }
}
@media (min-width: 1200px) {
    img.home-slider-image {
        width: 100%;
        /*height: 500px;*/
        height: auto;
    }
    main.main {
        height: calc(100vh - 261px)!important;
    }
}
/* SWIPER HOME | END */

/* FORM STYLE | START */
input#remember_me {
    width: 25px;
    height: 15px;
}

input.login-buttom {
    width: 100px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    background-color: #E4EDF3;
    margin-top: 10px;
}
input.login-buttom:hover {
        background-color: #d1e0ea;
}
/* FORM STYLE | END */

