
body {
    background-attachment: fixed;
    background-color: #185076;
    background-color: #0f999b;
    background-image: url('../images/fcp-background.jpg');
    background-position: top;
    background-repeat:repeat-x;
    color: #ffffff;
    height: 100%;
    margin-top: 0px;
    width: 100%;
    z-index: -1;
    font-family: 'Open Sans', sans-serif;
}

header {
	background-color: #FFFFFF;
} 

h3 {
    color: #fdb913;
}
#logininfo { 
    padding-top: 20px;
    text-align: left;
}

.ena-hack-besoin-icon{
color:#FFF; 
padding-top: 30px; 
font-weight: bold;
font-size: 22px;
}

.ena-help-pictogram {
    width: 20px;
    padding-top: 5px;
}

#loginbox {
	text-align: left;
    border-left:  solid white; 
}

#loginbox label.error {
    font-size: 1.125em;
    color: #fdb913;
    margin-top: 5px;
    font-family: 'Open Sans';
}

label.error {
    font-size: 1.125em;
    color: #fdb913;
    margin-top: 5px;
}

.logo-container {
    margin: 20px 0;
}

/* #institution_chosen {
    width:422px;
} */
/* .pull-right.logo-container img{
    max-width: 145px;
    margin-right:  50px;
}

.pull-left.logo-container img{
    margin-left: 50px;
    max-width: 445px;
} */

.ena-hack-welcome-text{
    border: 0px;     
    color: #fdb913;
    font-family: 'Open Sans', sans-serif;    font-size: 37px;
    font-weight: bold;
    margin: 0px;
    text-align: left;     
}
.ena-hack-welcome-text span{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;    font-size: 22px;
    font-weight:bold; 
    line-height: 1.3em;
    padding-top: 5px;
    text-align: left;   
}
#logininfo p{    
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;    
    line-height: 1.2em;
    text-align: left; 
}
#loginbox .ena-hack-user-label {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    font-weight: bold; 
    padding-bottom: 5px;
    padding-top: 25px;
    display: block;
}
#loginbox input[type=text]{
    height: 28px;
    width: 100%;
    border-radius:22px; 
}


#loginbox input[type=password]{
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 28px;
    width: 100%;
}
#loginbox input[type=password]{
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -10px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}
.ena-hack-style-icon{
    margin-top: 50px;
    padding: 3px 10px 3px 12px;
}
.glyphicon-eye-open:before{
    color: #512051;
    border-radius: 22px;
} 

.glyphicon-eye-close:before {
    color: #512051;
} 
.checkbox label{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    font-weight: bold; 
}
.checkbox .ena-hack-style-checkbox{
    border-radius: 5px !important;
    background-color: #FFFFFF !important;
}
.ena-hack-button {
    background-color:#512051 !important;
    color: #FFFFFF;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    border-color: #512051 !important;
    border-radius: 22px;
    box-shadow: 3px 3px 10px 0px #052a2f;
}
.ena-hack-button:hover {
    background-color:#CF4A0C !important;
	color: #FFFFFF !important;
}
.ena-hack-control{
    left:20;
    
}
.ena-hack-text-style {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;    
    font-size:  1.125em;
    float: left;
}
.ena-hack-copyright-div {
    margin: 0px;
    border: 0px; 
    margin-right: -10%;
    top:80%;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;    
    font-size:  1.125em;
    padding-top: 2%;
}

.ena-hack-style-help-div a {
    color: #fdb913;
    font-family: 'Open Sans', sans-serif;}
.ena-hack-style-help-div {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;    
    font-size:  1em;
    line-height:  1.2em;
    text-align: left; 
    margin-top: 20px;
    
}

.ena-hack-style-help-generic-div {
    text-align: center;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;    
    font-size:  1em;
    line-height:  1.2em;
    margin-top: 20px;
}

.ena-hack-style-help-generic-div a {
    color: #fdb913;
    font-family: 'Open Sans', sans-serif;}

/* Hide border (horizontal line) */
@media (max-width:1200px)  {
    #loginbox {
        border-left: none;
    }
    
}

/* Hide placeholders on all browsers */
@media (min-width:1025px) and (min-width:1281px) {
    
    input::placeholder{
        color:transparent;
        opacity: 0;
    }
    
    :-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }
    
    textarea::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }
    textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }
    textarea:-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }
    textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }
}

    /*Loader CSS*/
    .loader{
        width: 100%;
        display: grid;
        text-align:center
    }
    
    .loader_one{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width:100%;
    }
    
    .circle{
        margin: 0 0.3em;
        height: 2.5em;
        width: 2.5em;
        background: transparent;
        display: inline-block;
        border-radius: 50%;
        //transform: scale(4);
        border: 5px solid teal;
        border-top: 5px solid #b2dfdb;
        border-bottom: 5px solid #b2dfdb;
        //outline: 2px solid salmon;
    }
    
    .circle_one{
        opacity: 1;
        animation: roll .8s infinite 0s linear;
    }
    
    @keyframes roll{
        0%{
            transform: rotate(0deg);
        }
        
        50%{
            //transform: rotate(180deg);
        }
        
        100%{
            transform: rotate(360deg);
        }
    }
    
    .text-danger {
        color:#fdb913;
        font-weight: bold;
        font-size: 20px;
    }
    
    .error_msg {
        color:#fdb913;
        font-weight: bold;
        font-size: 20px;
    }
    
    .ena-hack-error-message-style{
        padding-top: 30px;
        display: inline-block;
    }
    
    .nav-pills>li>a{
        background-color:#512051 !important;
        color: #FFFFFF !important;
        text-decoration:none;
        border-radius: 22px;
    }
    .nav-pills>li>a:hover{
        background-color:#CF4A0C !important;
        color: #FFFFFF !important;
        text-decoration:none;
        border-radius: 22px;
    }
    .nav-pills>li.active>a:hover{
        background-color:#CF4A0C !important;
        color: #FFFFFF !important;
        text-decoration:none;
        border-radius: 22px;
    }
.chosen-search-input {
    color: #000;
}

