﻿body{
    background-color: #f7f7f7 !important;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color:#242424 !important;
    margin:0 !important;
}
.clearfix{
    overflow:auto;
}
a:hover {
    text-decoration: none !important;
}



/*slider*/
.carousel-item {
    height: 80vh;
    min-height:500px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#screen-height {
    min-height: 480px;
}


/*login page left side*/
#showcase {
    padding-left: 3.8em;
    padding-bottom:3.1em;
}
/*greetings*/
#greetings {
    padding-top:120px;
}
#greetings h2 {
    font-weight: 700;
}
#greetings h4 {
    font-weight: 600;
}

/*form username*/
#username::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:.8em;
}
#username::-moz-placeholder { /* Firefox 19+ */
    font-size:.8em;
}
#username:-ms-input-placeholder { /* IE 10+ */
    font-size:.8em;
}
#username:-moz-placeholder { /* Firefox 18- */
    font-size:.8em;
}
/*form password*/
#password::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:.8em;
}
#password::-moz-placeholder { /* Firefox 19+ */
    font-size:.8em;
}
#password:-ms-input-placeholder { /* IE 10+ */
    font-size:.8em;
}
#password:-moz-placeholder { /* Firefox 18- */
    font-size:.8em;
}
/*form companycode*/
#CompanyCode::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: .8em;
}

#CompanyCode::-moz-placeholder { /* Firefox 19+ */
    font-size: .8em;
}

#CompanyCode:-ms-input-placeholder { /* IE 10+ */
    font-size: .8em;
}

#CompanyCode:-moz-placeholder { /* Firefox 18- */
    font-size: .8em;
}



#user-form {
    font-weight: 600;
    display: inline-block;
    width: 90%;
}


/*login button*/
#login {
    padding-top:50px;
    padding-bottom:10px;
}
#btn {
    background-color:#62c370;
    color:white;
    padding:5px 30px;
}
#sign_in {
    padding-left:45px;
    padding-right:45px;
}

#sign_in input{
    font-size:.8em;
    padding:2px 15px;
    background-color:#62c370;
    color:white;
}
/*forgoten password*/
#fp {
    color: #62c370;
    padding-left: 40px;
}

/*bottom page nav lists*/
#bottom_nav a {
    color:#62c370;
}
#bottom_nav {
    justify-content:space-around;
}
#bottom_nav a:hover {
    color: #62c370;
}


/*screen width adjusting*/
@media screen and (min-width:992px){
  .screen-center {
        position:absolute;
        top:11%;
        bottom:11%;
    }
}
@media screen and (max-width:412px) {
    #top_navigation {
        padding: 0 10px 0 0;
        font-size: .8em;
    }
}
