
html {
    background: url('../files/login-caver.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

body {
    font-family: 'Tajawal';
}

img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

#login-button {
    cursor: pointer;
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #544c91;
    overflow: hidden;
    opacity: 0.4;
    box-shadow: 10px 10px 30px #000;
    z-index: 9999999999;
}

/* Login container */
#container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 350px;
    height: 250px;
    border-radius: 5px;
    background: rgb(148 157 165);
    box-shadow: 1px 1px 50px #000;
    display: none;
    direction: rtl;
    z-index: 9999999999;
}

.close-btn {
    position: absolute;
    cursor: pointer;
    font-family: 'Tajawal';
    line-height: 18px;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    opacity: .2;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-btn:hover {
    opacity: .5;
}

/* Heading */
h1 {
    font-family: 'Tajawal';
    position: relative;
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    color: #ddd;
    text-shadow: 3px 3px 10px #000;
    padding-top: 10px;
}

/* Inputs */
a,
input {
    font-family: 'Tajawal';
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    margin: 9px auto;
    font-size: 17px;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background: rgba(3, 3, 3, .1);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input:focus {
    outline: none;
    box-shadow: 3px 3px 10px #333;
    background: rgba(3, 3, 3, .18);
}

/* Link */
a {
    font-family: 'Tajawal';
    text-align: center;
    padding: 0;
    margin: 0;

}
img
{
    padding: 0;
    margin: 0;
}


a:hover {
    opacity: 0.7;
}

#remember-container {
    position: relative;
    margin: -5px 20px;
    float: right;
}

.form-control {
    width: 90%;
}

.checkbox {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 5px;
    border-radius: 4px;
    background: rgba(3, 3, 3, .2);
    display: inline-block;
    width: 16px;
    height: 15px;
}

.checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox:checked {
    background: rgba(3, 3, 3, .4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.5);
    color: #fff;
}

.checkbox:checked:after {
    content: '\2714';
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 4px;
    color: #fff;
}

#remember {
    position: absolute;
    font-size: 20px;
    font-family: 'Tajawal';
    color: rgb(0, 119, 178);
    top: 7px;
    right: 20px;
    font-weight: bold;
}

#forgotten {
    position: absolute;
    font-size: 12px;
    font-family: 'Tajawal';
    color: rgba(255, 255, 255, .2);
    right: 0px;
    top: 8px;
    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#forgotten:hover {
    color: rgba(255, 255, 255, .6);
}

#forgotten-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 260px;
    height: 180px;
    border-radius: 10px;
    background: rgba(3, 3, 3, 0.25);
    box-shadow: 1px 1px 50px #000;
    display: none;
}

.orange-btn {
    background: rgba(87, 198, 255, .5);
}

::placeholder {
    color: #ced4da !important;
    opacity: 0.4;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ced4da !important;
    opacity: 0.4;

}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ced4da !important;
    opacity: 0.4;
}
.col-md-3
{
    margin: auto;
    padding: 0px 40px 0px 40px;
}
@media only screen and (max-width: 700px) {
    #login-button {
        position: static;
    }
    footer
    {
        position: static !important;
    }
}
footer
{
    position: absolute;
    bottom: 0;
    background: #fff;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

a {
    background-color: #D3D3D3;
}
