/********************************
*                               *
*       Email form JRS          *
*       http://rejl.cz          *
*   © 2019 Jan Rejl-software    *
*                               *
*********************************/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/opensans/latin-ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/opensans/latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
    margin: 0;
    overflow-x: hidden;
    overflow-y: visible;
    font-family: 'Open Sans', sans-serif;
    background: url(../images/background2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    scrollbar-base-color: #402315;
    scrollbar-face-color: #402315;
    scrollbar-3dlight-color: #000;
    scrollbar-highlight-color: #000;
    scrollbar-track-color: #AAA;
    scrollbar-arrow-color: #000;
    scrollbar-shadow-color: #402315;
    scrollbar-darkshadow-color: #AAA;
}
::-moz-selection{
    background: #000;
    color: #FFED00;
}
::selection{
    background: #000;
    color: #FFED00;
}

::-webkit-scrollbar{
    width: 8px!important;
    height: 8px!important;
}
::-webkit-scrollbar-thumb{
    background-color: #402315!important;
    border: 2px solid #774127!important;
    border-radius: 2px!important;
}
::-webkit-scrollbar-track{
    background-color: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover{
    background-color: #4e2b1a!important;
}
::-webkit-scrollbar-thumb:active{
    background-color: #4e2b1a!important;
    border: 2px dashed #774127!important;
}
.divider {
    margin: 35px 0 0 0;
    width:100%;
    max-width: 400px;
    text-align:center;
    color: #fff;
}
.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:35%;
    border: 0;
    height: 2px;

}
.divider hr.left {
    background-image: linear-gradient(to right, rgba(62, 27, 7, 0), rgba(62, 27, 7, 0.95));
    float:left;
}
.divider hr.right {
    background-image: linear-gradient(to right, rgba(62, 27, 7, 0.95), rgba(62, 27, 7, 0));
    float:right;
}
.login-blur{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: -1;
}
.login-container{
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 25vh;
    margin-bottom: 15px;
    max-width: 400px;
    border-radius: 5%;
    background: #00b4db;
    background: -webkit-linear-gradient(to right, #00b4db, #0083b0);
    background: linear-gradient(to right, #00b4db, #0083b0);
    height: 50vh;
    min-height: 400px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 5px 8px #000;
}
@media(max-width: 768px){
  .login-container{
      margin-top: 15px;
      margin-bottom: 15px;
  }
}
.login-container form{
    padding-top: 35px;
    display: block;
}
.login-container .logo{
    position: absolute;
    background: url(../images/jrs.png) no-repeat;
    width: 64px;
    height: 64px;
    top: -12px;
    right: -5px;
}
.login-container .btn {
    border: none;
    text-decoration: none;
    font-size: 13px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px 40px;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    margin: 8px 15px;
    //text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.login-container .btn i {
    margin-right: 5px;
    margin-top: 2px;
}
.login-container .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.login-container .btn-login{
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    background: #cba70f;
    color: #fff;
    box-shadow: 0 6px #ac8d0d;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.login-container .btn-login:hover {
    box-shadow: 0 4px #ac8d0d;
    top: 2px;
}
.login-container .btn-login:active {
    box-shadow: 0 0 #ac8d0d;
    top: 6px;
}
.login-container .social-login{
    padding: 35px;
    position: relative;
}
.form-group{
    position: relative;
    display: block;
    margin: 25px 0;
    padding: auto;
}
.form-control {
    padding: 15px 25px;
    border: none;
    display: block;
    margin: 0 auto;
    background: none;
    border-radius: 0;
    border-bottom: 3px #0c7fda solid;
}
.form-control-placeholder {
    position: absolute;
    top: 0;
    color: #fff;
    left: 25%;
    display: block;
    margin: 0 auto;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.7;
    cursor: text;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
.login-container .header{
    position: relative;
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    display: block;
    padding-top: 50px;
    text-align: center;
}
