.nav-table{
    width: 100%;
    height: 90px;
    color: white;
    background-color: black;
    margin: 0;
}

.nav-links{
    font-size: 22px;
    text-align: center;
    margin-left: 20px;
    color: white;
    text-decoration: none;
}

.nav-phone-num{
    font-size: 28px;
    text-align: center;
    color: white;
}


.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

label {
    margin:20px 0 0 0;
    position:relative;
    display:inline-block;
}


.label2{
    margin:0 0 0 0;
    position: relative;
    display: block;
    padding-left: 5px;
    text-align: left;
}

.textmove {
    padding:10px;
    pointer-events: none;
    position:absolute;
    left:5px;
    top:0;
    transition: 0.2s;
    transition-timing-function: ease, cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity:0.5;
    color: black;
}

.textmove-w{
    padding:10px;
    pointer-events: none;
    position:absolute;
    left:5px;
    top:0;
    transition: 0.2s;
    transition-timing-function: ease, cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity:0.5;
    color: white;
}

input[type='text'], input[type='password'], input[type='number'], input[type='email'], select{
    background: #fafafa;
    width:210px;
    border:1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

input:focus + span, input:not(:placeholder-shown) + span {
    opacity:1;
    transform: scale(0.75) translateY(-100%) translateX(-30px);
    color: white;
}

/* For IE Browsers*/
input:focus + span, input:not(:-ms-input-placeholder) + span {
    opacity:1;
    transform: scale(0.75) translateY(-100%) translateX(-30px);
    color: white;
}

.button-cool ,
a.button-cool{
    display: inline-block;
    padding: 0.3rem 1.2rem;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', Sans-Serif;
    font-weight: 300;
    font-size: 1.2rem;
    color:white;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align: center;
    transition: all .2s;
    cursor: pointer;
}
.button-cool:hover{
    border-color: rgba(0,0,0,1);
}
@media all and (max-width: 30em){
    a.button-cool, .button-cool{
        display: block;
        margin: 0.2em auto;
    }
}

.nav-table .nav-login{
    height: 15px;
    width: 60px;
    font-size: 10px;
    margin: 0;
}

.main-screen{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    background-color: rgba(0,0,0,.6);
}

.main-screen-image{
    background: url('main-background-2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 100px;
}

.main-screen-table{
    width: 1200px;
    margin: 20px auto;
}

.main-screen-left-top{
    width: 450px;
    background-color: #49A3FF;
    margin: 10px;
}

.label-top{
    display: block;
    margin:0;
}

.main-check{
    color: #00dd1c;
    font-size: 28px;
    font-weight: bold;
    padding-top: 20px;
}

.main-info_text{
    font-size: 24px;
    color: white;
}

label.error {
    float: none;
    color: red;
    padding-left: 5px;
    vertical-align: top;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.mail-header{
    background-color: burlywood;
    color: black;
    font-size: 12px;
    text-align: center;
}

.mail-text{
    color: black;
    font-size: 18px;
    text-align: center;
}

#login{
    display: none;
    margin: 0;
    top: 0;
}

#logoff{
    display: none;
    text-align: center;
}

.login-entry{

}

body{
    margin: 0;
}

.img-back-main{
    background: url('main-background-2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}