﻿body {

}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h2 {
    font-size:23px;
    font-weight: bold;
    margin-bottom:0;
}

a {
    color: #fff;
    font-family: helvetica, Georgia,"Times New Roman",Times,serif;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

    a:hover , a:focus {
        color: #fff;
        text-decoration: none;        
    }


ul {
    padding: 0 35px 0 0;
}

li {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #ff4f58;
}

span {
    color: #fff;
    font-size: 18px;
    font-family: helvetica, Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    font-style: italic;
}

p {
    color: #222;
    font-family: helvetica, Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
}

.WelcomeText h1 {
    color: #222;
    font-family: 'Alternate Gothic No2', Georgia,"Times New Roman",Times,serif;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: normal;
}

.login-btn {
    color: #fff;
    background-color: #39a19d;
    border: none;
    font-family: helvetica, Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px;
    line-height: 25px;
    padding: 12px;
}

    .login-btn:hover {
        box-shadow: none;
        background-color: #40b4af;
        color:#fff;
    } 