* {
    font-family: "Roboto", sans-serif;
}

body {
    font-size: 13px;
}

.container {
    max-width: 1200px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    background-image: url('AuthWin.png');
    background-repeat: no-repeat;
    background-size: 64px;
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 64px;
    color: #0099ff;
    display: inline-block;
    font-size: 40px;
}

.main1 {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}

.main2 {
    font-weight: 400;
}

.ss {
    max-width: 100%;
    width: 400px;
}

#faq {
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    #faq h3 {
        font-family: "Barlow", sans-serif;
        font-size: 1.5em;
        font-weight: 400;
    }

    #faq div {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        color: #303030;
    }

#footer {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #808080;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
}

    #footer a {
        color: #808080 !important;
    }

a:link, a:visited, .link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
