﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

html {
    overflow-x: hidden;
}

img {
    border: 0px;
}

div, p {
    margin: 0;
    cursor: default;
}

[class^=lea-info] span.shortLine, [class^=lea-authorize] span.shortLine {
    display: inline-block;
    width: 70px;
    height: 10px;
    border-radius: 8px;
    background-color: #5cb7f4;
    margin-bottom: 30px;
}

[class^=lea-info] .top1, [class^=lea-authorize] .top1 {
    color: #5cb7f4;
    font-size: 36px;
    margin-bottom: 20px;
}

[class^=lea-info] .top2, [class^=lea-authorize] .top2 {
    color: #424a52;
    font-size: 18px;
}

button {
    border: 1px solid transparent;
    border-radius: 10px;
    outline: 0;
}

    button:hover {
        cursor: pointer;
    }

a {
    text-decoration: none !important;
}

.container {
    position: relative;
    /*max-width: 1440px !important;
    min-width: 1080px !important;*/
    max-width: 1280px !important;
    min-width: 1280px !important;
    width: 100% !important;
    padding: 0 !important;
}
.container2 {
    position: relative;
    max-width: 1440px !important;
    min-width: 1440px !important;
    /*    max-width: 1280px !important;
    min-width: 1280px !important;*/
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto;
}

@media(max-width:1600px) {
   /* .container {
        width: 1180px !important;
    }*/
}
