﻿
body
{
    background-image: url('../images/bg.jpg');
    background-size: cover;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-color: #07131a;
}

.wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

p.form-title
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5%;
    text-transform: uppercase;
    letter-spacing: 4px;
}

form
{
    width: 250px;
    margin: 0 auto;
}

form.login input[type="text"], form.login input[type="password"]
{
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    outline: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #FFFFFF;
    outline: 0;
}

form.login input[type="submit"]
{
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

form.login input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}

form.login .remember-forgot
{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
form.login .forgot-pass-content
{
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
form.login label, form.login a
{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

form.login a
{
    transition: color 0.5s ease;
}

form.login a:hover
{
    color: #2ecc71;
}

.pr-wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

/*
.lan-active 
{
    border: 1px solid white;
    opacity: 1 !important;
}
    */

.divInputClass{
    width: 100%;
    height: 100%;
    /* background-image: url(./images/element8.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top:12px;
}

.FlagLanguage{
    width: 16.6%;
    height: 20%;
    padding-top:5px;
}

.inputC{
    background-color: white!important;
    color:black!important;
    width: 94%;
    border-top: 2px solid grey!important;
    border-bottom: 0px!important;
    border-left: 2px solid grey!important;
    border-radius: 5px;
    height: 40px;
}