#loading{
    background: #000000aa; position:fixed; z-index:999999999; top:0; left:0;width:100%;height:100%;
}

#loading .btn {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: fixed;
    width: 50%;
    height: 100px;
}

.appName{
    font-size: 2rem;
    font-weight: 100;
    text-align:center;
    letter-spacing: 5px; 
}


main {
    max-width: 500px;
    min-height: 100%;
    margin: auto;
    color: #09cc95;
    font-size: 14px;
    padding: 1rem;
}

main .logo {
    margin: auto;
    max-width: 150px;
    padding: 20px;
}


a{
    text-decoration: none;
    cursor:pointer;
    color:inherit;
}

header {
    text-align: center;
}

p{
    padding: 0;
    margin:0;
}

.btn{
    border-radius: 30px;
    font-size: 1.2rem;
    border-radius: 30px;
}

.btn-default {
    border: none;
    background-color: #09cc95;
    color: #f2f2f2;
    min-width: 120px;
}

.btn-default:hover{
    background-color: #2de8b3;
    color:#f2f2f2;
}

.btn-default2{
    border-radius: 30px;
    background:#252d67;
    color:#09cc95; 

    border:2px solid #09cc95;
}

.form-name{
    background-color: #09cc95;
    border: solid;
    border-width: 5px;
    border-color: #00ff04;
    color: white;
    border-radius: 30px !important;
    padding: 8px 16px;
    width: 100%;
}

.page-title{
    color: #09cc95;
    text-align: center;
    font-weight:normal;
    letter-spacing: 3px;
    margin-bottom:25px;
}

.menu-block{
    border-color: #09cc95;
    background-color: white;
    border-radius: 10px;
    color: #09cc95;
    font-size: 1rem;
    margin: 30px 0px;
}