body {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    text-align: center;
    margin-left: 0px;
}

header {
    height: 50px;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 35px;
}

header .logo {
    padding-top: 70px;
    height: 40px;
    float: left;
}

.gray-band {
    height: 3px;
    background-color: #f4f4f4;
}

main {
    height: 676px;
    overflow: visible;
    width: 100%;
    padding-top: 70px;
}

.mobile-container .first-sentence, .desktop-container .first-sentence {
    font-weight: 300;
    font-size: 27px;
    text-align: left;
}

.mobile-container .first-sentence {
    margin-left: 16px;
}

.mobile-container .second-sentence {
    font-weight: lighter;
    font-size: 17px;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 30px;
}

.action-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

button {
    height: 40px;
    width: 80%;
    border-radius: 8px;
    border-width: 1px;
    border-color: #006FBF;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    font-family: Lato;
}

button:disabled {
    background-color: #006FBF66;
    opacity: 40%;
}

button:active, button:hover {
    cursor: pointer;
}

.top-button {
    background-color: #006FBF;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.top-button:focus {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 4px 1px #0073D8;
}

.top-button:hover {
    background-color: #1C5295;
}

.top-button:active {
    background-color: #133A6A;
}

.bottom-button {
    color: #006FBF;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}

.bottom-button:focus {
    border: 1px solid #37383B;
    box-shadow: 0 0 5px 2px #006FBF, 0 0 0 1px #FFFFFF;
}

.bottom-button:hover {
    background-color: rgb(255, 255, 255);
    border: 1px solid #37383B;
}

.bottom-button:active {
    background-color: rgb(227, 233, 241);
    border: 1px solid #006FBF;
}

.contact-support-mobile {
    font-weight: lighter;
    font-size: 17px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.admin-login {
    margin-top: 30px;
    font-weight: lighter;
    font-size: 17px;
}

.desktop .logo {
    padding-left: 13%;
}

.desktop .action-container {
    border: 3px solid #f4f4f4;
}

.desktop .desktop-container {
    padding: 0 15%;
}

.desktop .desktop-container .first-sentence {
    margin-bottom: 5px;
}

.desktop .desktop-container .second-sentence {
    margin-top: 0px;
    text-align: left;
    margin-bottom: 45px;
}

.desktop .desktop-container .action-container {
    position: relative;
    width: 85%;
    padding: 30px 50px 20px 55px;
    margin-bottom: 100px;
    margin-left: 35px;
    text-align: left;
}

.desktop .desktop-container .action-container .boxes {
    position: absolute;
    height: 100px;
    left: -50px;
    bottom: 20px;
}

.desktop .desktop-container .action-container .action-link {
    font-size: 25px;
    width: 100%;
}

.desktop .desktop-container .action-container .contact-support {
    font-size: 16px;
    font-family: Lato;
    width: 100%;
    font-weight: normal;
    margin-top: 10px;
}

.desktop .gray-band {
    width: 90%;
    margin-left: 5%;
}
