﻿

.formular-center {
    text-align: center;
    min-height: calc(100vh - 55px);
    background-color: rgb(239, 239, 239);
}

.formular {
    background-color: rgba(255, 255, 255, 0.66);
    /* background-color: rgb(239, 239, 239); */
    /* width: 420px; */
    border-top: 1px solid #e4e4e4;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    display: inline-block;
    /* vertical-align: middle; */
    margin-top: 17vh;
}

.formular-zbytek {
    padding: 55px;
    text-align: left;
    padding-bottom: 70px;
}

.login {
    font-size: 24px;
    /* min-height: 54px; */
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    color: #03877e;
    font-weight: 500;
}

input:hover, input:focus {
    color: #03877e;
    border: 1px solid #03877e;
}

input[type="text"]:focus, input[type="password"]:focus {
    box-shadow: inset 0 1px 2px rgba(255,255,255, .35), 0px 1px 15px rgba(0,246,255,.5);
    border: 1px solid #03877e;
    outline: none;
}

.username, .password {
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    outline: none;
    border: 1px solid #c7c7c7;
    background-color: #fafafa;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding: 13px 4%;
    width: 100%;
    margin-top: 14px;
}

input[type="checkbox"] {
    border-radius: 6px;
    width: 20px;
    height: 20px;
    margin-top: 13px;
}

.rememberme {
    color: #03877e;
    font-size: 15px;
    margin-top: 15px;
    position: absolute;
}


.loginbutton {
    border-radius: 3px;
    display: inline-block;
    font-size: 21px;
    height: 55px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-decoration: none;
    /* min-width: 240px; */
    border: 2px solid #282828;
    background: rgb(249, 249, 249);
    /* color: #fff; */
    cursor: pointer;
    width: 94%;
    /* padding-left: 150px; */
    /* padding-right: 150px; */
    /* padding-left: 17%; */
    margin-right: -150;
    margin-top: 3%;
}

    .loginbutton:hover {
        background-color: rgb(3, 135, 126);
        border: 3px solid rgb(0, 74, 69);
        -webkit-transition-duration: 0.15s;
        border-radius: 3px;
        color: white;
        transition-duration: 0.15s;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.52);
    }

.newmember {
    font-size: 30px;
    text-decoration: none;
    color: #03877e;
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin-top: 26px;
}

    .newmember:hover, .forgot:hover {
        color: #000000;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }


.register {
    font-size: 24px;
    /* min-height: 54px; */
    padding-left: 2vw;
    padding-right: 2vw;
    color: #03877e;
    text-align: center;
    font-weight: 500;
}


.register1 {
    font-size: 13.5px;
    text-align: left;
    color: #000000;
    font-weight: 400;
}

.rememberme1 {
    color: #03877e;
    font-size: 15px;
    margin-top: 15px;
}

.formular-center1 {
    text-align: center;
    min-height: calc(100vh - 11px);
    background-color: rgb(239, 239, 239);
}

.formular1 {
    background-color: rgba(255, 255, 255, 0.66);
    /* background-color: rgb(239, 239, 239); */
    /* width: 420px; */
    border-top: 1px solid #e4e4e4;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    display: inline-block;
    /* vertical-align: middle; */
    margin-top: 14vh;
}

.eula {
    text-decoration: none;
    color: #03877e;
}



@media screen and (max-width:470px) {

    .login {
        font-size: 22px;
        padding: 0vw 5vw;
    }

    .formular-zbytek {
        padding: 30px;
        padding-bottom: 70px;
    }

    .register {
        font-size: 22px;
    }
}
