body {
    overflow: hidden;
    /*background: url('../img/login/bg.jpg') no-repeat top right fixed ;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    min-width: 992px;
}
h1 {
    text-indent: -9999px;
}
.logo {
    display: block;
    margin: 0;
    margin-left: 4px;
    margin-top: 34px;
    position: relative;
    z-index: 10;
}
.title{
    font-size: 120px;
    font-weight: bold;
    margin-left:70px;
}
p{
    font-size: 18px;
    margin-left:80px ;
}
.btn-send {
    background-image: none;
    border: none;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 70%;
    margin-left: 15%;
}
.btn-send:hover {
    color: #fff;
}
.box-form {
    background: #fff;
    padding: 10px 30px 25px;
    border-radius: 10px;
    width: 310px;
    margin: -43px -25px 0 auto;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.box-form--login {
    border-radius: 10px;
    margin: -43px 80px 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    width: 305px;
}
.box-form--login-header{
    padding: 20px;
    background: #FFFFFF;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.box-form--login-content{
    padding: 20px;
    position: relative;
    margin-top: -1px;
}
.box-form--login-content .overlay{
    background: #FFF;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    margin-left: 15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: -1;
}
.box-form--login-content input{
    border: none;
    background: #EDEDED;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 35px;
    transition: none;
    -webkit-box-shadow: none;
    border-radius: 5px;    
    font-size: 13px;
}
/* .box-form--login-content input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
} */
/* .box-form--login-footer{
    padding: 15px 20px;
    background: #FFFFFF;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-top: -1px;
    opacity: .9;
} */
#phrase {
    position: relative;
    z-index: 10;
}

div#bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

div#overlay {
    background-color: #ff00003d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

div#customImage {
    /*background-image: url(https://s3.amazonaws.com/beedoo-user-us/default/login/img/b5e91079d704347871a8e336692f8fd8.png);*/
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-size: 100%;
}

form input{
    /* font-weight: bold; */
    /* background: #e8e8e8; */
}
form img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 130px;
    margin-top: -2px;
}
form .link {
    display: table;
    color: #8e8e8e;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    cursor: pointer;
}
.footer{
    width: 95%;
    height: 75px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    margin-bottom: 10px;
    margin-left: 2.5%;
}
.footer .overlay{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    border-radius: 50px;
}
.footer .social-media{
    padding: 20px 50px;
    display: inline-block;
}
.footer .social-media img{
    height: 35px;
}
.footer .copyright{
    display: inline-block;
    float: right;
    margin: 24px 60px 0 0;
    color: #fff;
}
.footer .copyright .version-system-button{
    float:left;
    font-size: 10px;
    position: absolute;
    top: 48px;
    right: 62px;
}


.version-img{
    background: white;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
    padding: 1px;
}

.txt-img{
    position: fixed;
    z-index: 1;
    display: grid;
    margin-top: -4vw;
    width: 100%;
}

.v-txt-login{
    position: absolute;
    margin-left: -170px;
    margin-top: -80px;
}

.v-txt-password{
    position: absolute;
    margin-left: -290px;
    margin-top: 120px;
}

.v-txt-forgot{
    margin-left: -65px;
    margin-top: 20px;
    position: absolute;
    height: 100px;
}

.forgot-psw{
    display:flex;
}

.forgot-psw img{
    position: absolute;
    right: 0;
    bottom: 12px;
}

.hide-psw{
    display:none;
}
.version-system-button {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}