
html,
body {
    font-size: 62.5%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

  .account-pages {
    margin: 0;
    background: url(../images/login/banner.png) /*top left repeat*/;
    /* background: #cfd4de; */
    position: absolute;
     background-size: cover; 
    height: 115%;
    width: 100%;
    top: 0;
}


.cont {
    position: relative;
    height: 150%;
    background-image: url("assets/images/login/avatar-1.jpg");
    background-size: cover;
    overflow: auto;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.img-logo {
    padding-top: 100px;
        margin: 0 auto;
    display: block;
}
.carousel-indicators {
   
    bottom: -65px!important;
}

/* form starting stylings ------------------------------- */

.cont .group {
    position: relative;
    margin-bottom: 25px;
}

.cont input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.cont input:focus {
    outline: none;
}


/* LABEL ======================================= */

.cont label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.cont input:focus ~ label,
.cont input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

.cont input:focus ~ .bar:before,
.cont input:focus ~ .bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */


/* ANIMATIONS ================ */

#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    margin: 0 auto!important;
    display: block!important;
    width: 330px!important;
    border-radius: 4px;
    margin-top: 42%!important;
    position: relative;
    background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(24, 17, 48, 0.8) 0%, rgba(35, 30, 30, 0.6) 100%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-top: 6px solid #ec4a09;
    height: 530px;
}



.login-form {
    margin: 30px 10px;
}

.login_submit {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.f_password {
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.f_password:hover {
    color: #1ab6f1;
    text-decoration: none;
}
.comapny-name{
    position: relative;
    background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(24, 17, 48, 0.8) 0%, rgba(35, 30, 30, 0.6) 100%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    -webkit-transform: scale(1);
    transform: scale(1);
    padding: 110px 20px;
    font-size: 86px;
    text-transform: uppercase;
    color: #fff;
    border-top: 6px solid #ec4a09;
}
.img-size{
    width: 100%;
    height: 280px!important;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 3px solid #fff!important;
}

.company-title{
        text-align: center;
    margin: 125px 96px;
    /* left: 0; */
    /* right: 0; */
    margin-right: 0;
}
.copy_right {
    margin: 10em 0;
    text-align: center;
}
.copy_right p {
    font-size: 20px;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    padding: .7em;
    background: rgba(0, 0, 0, 0.53);
}
.copy_right a{
    color: #ec4a09;
}
.clr{
    background: #c50f0e;
    color: #fff;
    font-weight: bold;
    border: 1px solid #c5bdbd;
}
.clr:hover{
    background: #ccc;
    color: #fff;
    border: 1px solid #fff;
}



.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
background: #c50f0e;
}
@media (width: 480px){


    .company-title{
        display: block;
margin: 5px 9px
    }

    .comapny-name{
        font-size: 60px;
padding: 23px 10px;
    }

    #panel{
        margin-top: 67px !important;
    }
}
