
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:14px !important;    
}

body.cookie-body {
    color: #797979;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:14px !important;    
}

h1,h2,h3,h4,h5{
    font-weight: 300;
}

label {
    color: #ddd;   
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}

input:focus, textarea:focus { outline: none; }

table tr th { color: #688a7e;}

*:focus {outline: none;}

::selection {
    background: #688a7e;
    color: #fff;
}

::-moz-selection {
    background: #688a7e;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

.login-body{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.success-body{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.error-body{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form-inp {
    max-width: 350px;
    margin: 10px auto 0;
}

.form-inpc {
    max-width: 350px;
    margin: 35px auto 0;
}

.form-inpc p {
    font-size: 12px!important;
}

.form-btn {
    max-width: 350px;
    margin: 35px auto 0px;
}  

.form-err {
    max-width: 350px;
    margin: 20px auto 0;
    padding: 2px;
    text-align: center;
}

.form-success {
    max-width: 350px;
    margin: 20px auto 0;
    padding: 5px;
    text-align: center;
}

.success p {
    text-align: center;
    color: #ddd;
    font-size: 18px;
    font-weight: 700;
}

.login-form {
    max-width: 800px;
    margin: 0px auto 0;
}

.login-form .form-control {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-align: center; 
    height: auto;
    padding: 10px;
    border-radius: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-form .btn{
    border-radius: 5;
}

.login-form .btn-login {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.login-form p {
    text-align: center;
    color: #1d1c1c;
    font-size: 16px;
    font-weight: 300;
}



.login-img3-body .login-form p,.login-img2-body .login-form p {
    color: #34aadc;
}

.login-form a {

    text-decoration: underline !important;
    font-weight: 600;    
}

/*
.login-form a:hover {
    color: #34aadc;
}
*/

.form .required{
    font-size: 16px;
    color: #00a0df;
}

.login-wrap {
    padding: 0px;
}

.alert {
padding: 3px;
margin-bottom: 18px;
color: #fff;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #ff0000;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.alert-success {
padding: 3px;
margin-bottom: 18px;
color: #000;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fff;
border: 1px solid #000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.btn-danger {
    background-color: #e11e2c !important;
}

#phone_number {
	letter-spacing: 5px;
}


#cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#cookieNotice p {
    margin: 0;
    padding: 5px;
    max-width: 80%;
}

#cookieNotice button {
    background: #f1c40f;
    color: black;
    border: none;
    padding: 8px 15px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}