﻿/*Body and Containers*/
body {
    background-color: #0068A6;
    font-family: Verdana;
}

.login-container {
    width: 95vw;
    max-width: 420px;
    margin: auto;
    padding-bottom: 20px;
}

@media only screen and (min-height: 900px) {
    .login-container {
        position: absolute;
        left: 0; right: 0; top: 0; bottom: 0;
        height: 600px;
    }
}

.login-info {
    background-color: #fff;
    position: relative;
    border-radius: 9px;
}

.icon-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.background-tab {
    width: 85%;
    position: relative;
    height: 15px;
    margin: auto;
    background-color: #83B5D2;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    box-shadow: 0 2px 16px 1px rgba(0,0,0,0.5);
}

.page-error {
    width: 88%;
    padding: 5px;
    margin: 20px 18px;
    border: 1px solid #860404;
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    position: relative;
    color: #860404;
    background-color: #ffffcc;
}

@media only screen and (max-width: 400px) {
    .page-error {
        width: 86%;
    }
}

.bottom-div {
    text-align:center; 
    font-size: 14px;
}

.footer {
    text-align: center;
    font-size: 12px;
    color: #b4b4b4;
    width: 100%;
}

.footer > a {
    color: #b4b4b4;
    margin: 5px;
    /*width: 45%;*/
    display: inline-block;
}

.footer > a:visited {
    color: #b4b4b4;
}

.identity-message {
    text-align: center;
    font-weight: bold;
}

li {
    margin-bottom: 10px;
}

/*Top sections*/
.login-logo {
    margin: auto;
    width: 130px;
}
@media only screen and (min-width: 800px) {
    .login-logo {
        width: 160px;
    }
}
.icons {
    padding-right: 15px;
    width: 65px;
}

.welcome-text {
    color: #0077BD;
    font-family: "Helvetica";
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.device-message-text {
    color: #cc0000;
    font-family: "Helvetica";
    margin: 15px 18px;
    font-size: 14px;
}

.advisement-text {
    color: #333;
    font-weight: bold;
    font-family: "Helvetica";
    margin: 15px 18px;
    font-size: small;
}

.alert-text {
    color: #333;
    font-weight: bold;
    font-family: "Helvetica";
    font-size: medium;
}

.confirmation-text {
    width: 85%;
    margin-left: 30px;
    margin-bottom: 50px;
    margin-top: 40px;
    font-family: "Helvetica";
}

.message-text {
    font-size: 20px;
    font-weight: 500;
    margin: 35px 10px;
}

/*Inputs, Labels and buttons*/
input[type=text], input[type=password] {
    width: 81%;
    padding: 12px 20px;
    margin-bottom: 15px;
    margin-left: 18px;
    color: #706d6c;
    font-family: "Helvetica";
    font-size: 14px;
    font-weight: bold;
    display: block;
    border-radius: 5px;
    border-style: solid;
    border-color: #D8D8D8; 
    outline: 0;
    outline-style: none;
    -moz-outline-style: none;
}

@media only screen and (max-width: 400px) {
    input[type=text], input[type=password] {
        width: 76%;
    }
}

select {
    width: 91%;
    height: 35px;
    margin-left: 18px;
    margin-bottom: 15px;
}

label {
    margin-bottom: 10px;
    margin-left: 18px;
    width: 85%;
    color: #0077BD;
    font-size: 14px;
    font-weight: bold;
    font-family: "Helvetica";
    display: block;
}

.save-device {
    float: left;
    margin: 0 18px 20px 18px;
    padding: 15px 20px;
    background-color: #fcf8e3;
    border: 1px solid;
    border-radius: 4px;
    border-color: #faebcc;
}

.save-device label {
    margin-left: 10px;
    font-size: 14px;
    font-family: "Helvetica";
    font-weight: normal;
    color: #333;
    display: inline;
}

.button-signin {
    width: 91%;
    margin-bottom: 20px;
    margin-left: 18px;
    background: #5EC34A;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-family: "Helvetica";
    height: 50px;
    border-radius: 5px
}

.button-create-account {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 18px;
    background: transparent;
    text-align: start;
    color: #ff8500;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-family: "Helvetica";
    height: 40px;
    border-radius: 5px
}

.button-forgot-info {
    width: 40%;
    margin-bottom: 15px;
    margin-left: 18px;
    background: transparent;
    text-align: start;
    color: #706d6c;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    font-family: "Helvetica";
    height: 40px;
}

.button-forgot-answers {
    width: 40%;
    margin-bottom: 15px;
    margin-left: 18px;
    background: transparent;
    text-align: start;
    color: #706d6c;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    font-family: "Helvetica";
    height: 70px;
}

.button-cancel {
    width: 40%;
    margin-bottom: 15px;
    margin-left: 18px;
    background: transparent;
    text-align: end;
    color: #706d6c;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    font-family: "Helvetica";
    height: 40px;
}

.button-back {
    width: 91%;
    margin-bottom: 15px;
    margin-left: 18px;
    background: #ededed;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    font-family: "Helvetica";
    height: 50px;
    border-radius: 5px
}

.button-forgot-info:focus, .button-create-account:focus, .button-cancel:focus, .button-signin:focus {
    outline: none;
}

.security-question {
    border-radius: 5px;
    border-style: solid;
    border-color: #D8D8D8;
    outline: 0;
}

/*Loading mask*/
#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
}

#loading-image {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}