﻿@import "font-awesome-sprockets";
@import "font-awesome";

body {
    padding: 0;
    margin: 0;
    font-family: "Futura W01 Heavy","Trebuchet MS",Arial,sans-serif;
    background-image: url('Login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}

i {
color:#fff;
}

.title {
    font-size: 40pt;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 60px;
    color: #fff;
}

.loginDiv {
    background-color: rgba(0,0,0,0.75);
}

.divLogoAsriyya {
    height: 120px;
    width: 100%;
    /*background-image: url(../../images/Logo.png);*/
    background-repeat: no-repeat;
    background-position: left 2% top 10px;
}
.divLogoNES {
    height: 120px;
    width: 100%;
    background-image: url('logo-150.png');
    background-repeat: no-repeat;
    background-position: left 2% top 10px;
}
.divLogoUCA {
    height: 120px;
    width: 100%;
    background-image: url('Logo_UCA.png');
    background-repeat: no-repeat;
    background-position: left 2% top 10px;
}
.divLogo {
    height: 120px;
    width: 100%;
    /*background-image: url('logo-150.png');*/
    background-repeat: no-repeat;
    background-position: left 2% top 10px;
}

.divContent {
    margin: 0 auto;
    min-height: 200px;
    width: 40%;
    max-width: 960px;
    /*margin-top: 4%;*/
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    position:relative;
    z-index:99999999999;
}

.content {
    max-width: 400px;
    margin: 0 auto;
    color: #fff;
}


input[type=checkbox] {
    display: inline-block;
    width: 20px;
    float: left;
}

.spanRemember {
    float: left;
    margin-top: 10px;
    margin-left: 3px;
}




input[type=text], input[type=password] {
    border: 1px solid #808080;
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    background-color:rgba(255,255,255,.65);
    color:#000;
}

    input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus {
        box-shadow: none;
    }

.btnlogin, .btnlogin:focus {
    display: block;
    float: left;
    width: 100%;
    padding: 6px;
    background-color: rgba(41, 86, 41,.80);
    height: 34px;
    color: #fff;
    font-size: 11pt;
    cursor: pointer;
    text-decoration: none;
    transition: all .5s;
    margin-top:10px;
}

    .btnlogin:hover {
        background-color: #fff;
        color: rgba(41, 86, 41,.7);
        text-decoration: none;
    }
.back {
    background-color: rgba(255,255,255,.65);
}
    

.ForgotPasswordlink {
    float: right;
    margin-top: 11px;
    text-decoration: underline;
    cursor: pointer;
    color: #86754D;
}
    .ForgotPasswordlink:hover {
    color:#fff;
    }

.divfooter {
    height: 80px;
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
}



.space {
    margin-top: 20px;
}

.links {
    padding: 20px;
}

    .links a {
        color: #fff;
    }



@media screen and (max-width: 960px) {

    .divContent {
        width: 90%;
    }
}



/* do not group these rules */
*::-webkit-input-placeholder {
     color: #fff!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
     color: #fff!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #fff!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
     color: #fff!important;
}


.meesageerror {
    background-color: rgba(255, 170, 170, 0.7);
    color: #fff;
    font-size: 11pt;
    margin-top: 50px;
    padding: 20px;
}
.meesagesuccess {
    background-color:#f3faf8;
    color: #438a85;
    font-size: 11pt;
    margin-top: 50px;
    padding: 20px;
    border:1px solid #bfd1cf;
}

.required-field {
    background-color: rgba(255, 170, 170, 0.7)!important;
    color:#fff!important;
}