﻿h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    padding: 1em 0 0.4em 0;
}
/*-- slide --*/



.bg-layer {
    background: rgba(0, 0, 0, 0.7);
    min-height: 100vh;
}
/*-- //slide --*/

/*--header start here--*/
.w3ls-header {
    padding: 0em 0 0;
}

.icon1 {
    margin: 0 0 1em;
    padding: .8em 1em;
    background: rgba(56, 94, 65,0.2);
}

    .icon1 span.fa {
        color: #385e41;
    }

.main-icon {
    text-align: center;
    margin-top :20px;
}

    .main-icon span.fa {
        font-size: 50px;
        color: #fff;
        margin-bottom: 20px;
    }

a {
    margin: 0em;
}

.bottom {
    margin: 1em 0 0;
}

.header-main {
    /*min-width: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 1em 1em;
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.25);*/

    min-width: 350px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 999;
    padding: 1em 1em;
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.25);
}

.header-left {
    background: #fff;
    padding: 0px;
}

.header-left-bottom input[type="email"], .header-left-bottom input[type="password"] {

    outline: none;
    font-size: 12px;
    color: #222;
    /*border: none;*/
    width: 90%;
    display: inline-block;
    /*background: transparent;*/
    border: 1px groove;
    letter-spacing: 1px;
}

.header-left-bottom button.btn {
    background: #385e41;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: .8em 2em;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
}

/*-- agileits --*/
.header-left-bottom p {
    font-size: 17px;
    color: #000;
    display: inline-block;
    width: 50%;
    margin: 20px 0 0;
    letter-spacing: 1px;
    float: left;
}

    .header-left-bottom p.right {
        text-align: right;
    }

    .header-left-bottom p a {
        font-size: 10px;
        color: #385e41;
        text-transform: uppercase;
        font-weight: 500;
    }

@media(max-width:667px) {

    h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width:415px) {

    h1 {
        font-size: 35px;
        letter-spacing: 3px;
    }
}

@media(max-width:384px) {
    .main-icon span.fa {
        margin-bottom: 20px;
    }

    .header-main {
        max-width: 310px;
        margin: 0 1em;
    }

    .header-left-bottom input[type="email"], .header-left-bottom input[type="password"] {
        width: 88%;
    }

    h1 {
        font-size: 30px;
    }

    .style4 {
        width: 171px;
    }
}

.Width100 {
    Width:100%;
}
.ResetPassword {
    color :#375F41;
    font-family :Roboto;
    Font-Size :medium ;
    font-weight :500;

}
.txtEmail {
    width :90%;
    height:35px;
}
.textalignleft {
    text-align: left;
}
.textalignright {
    text-align: right;
}
.textaligncenter {
    text-align: center;
}
.txtNewPassword {
    /*border-style :ridge ;*/
    width :90%;
    height :30px;
    border:10px groove;

}
.btnClear {
    color :cyan;
    width: 50px;
    text-align:center;
}
.lblError {
    font-weight :500;
    font-size :small ;
    color :red ;
    width :100%;

}

.Container {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}