*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header{
    /* height: 150px; */
    border-bottom: 4px solid #262863;
    text-align: center;
}
.max-width{
    /* border:2px solid yellow; */
    margin-top: 20px;
    width: 70%;
    margin: auto;
}
h2{
    color: #95983D !important;
    /* background: #262863; */
    display: inline-block;
    padding: 5px;
    font-weight: 300;
    font-size: 25px !important;
    margin-top: 20px !important;
}
main{
    display: grid;
    height: 100vh;
    place-items: center;
    /* background: red; */
    background-image: url("../images/l1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}
.footer-formButton{
    display: flex;
    justify-content: space-between;
}
.form-wrapper{
    width: 380px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form-wrapper .title{

    line-height: 80px;
    background: #fff;
    padding-left: 20px !important;
    border-radius: 5px 5px 0 0 !important;
    color: grey;
    font-size: 25px;
    font-weight: 600;
}
.form-wrapper form{
    padding: 5px 20px 25px 20px !important;
}
.form-wrapper form .row{

    height: 45px;
    /* background: #ff0000; */
    margin-bottom: 15px !important;
    position: relative;
}
.form-wrapper form .row input{
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 60px !important;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 16px;
}
.form-wrapper form .row i {

    position: absolute;
    width: 47px;
    height: 100%;
    /* color: #fff; */
    font-size: 18px;
    /* background: #16a085; */
    border: 1px solid lightgrey;
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}.form-wrapper form .button input{
    color: grey;
    padding-left: 0px !important;
    background: #563D7C;
    cursor: pointer;
    font-size: 18px;
}
.form-wrapper form .button input:hover{
    color: white;
}
    .form-wrapper form .pass{
    margin: -8px 0 20px 0 !important;
    text-align: center !important;
    }
    .form-wrapper form .pass a{
        color: #95983D;
        font-size: 17px;
        text-decoration: none;
    }
    .form-wrapper form .pass a:hover{
      text-decoration: underline;
    }
    .btn{
        background: #262863 !important;
        border: none !important;
        color: grey !important;
    }
    .btn:hover{
        color:white !important;
    }
    .title .fa{
        display: flex;
        justify-content: center;
        align-items: center;
    }
.dashboard-header .sha{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: auto;
    /* border:2px solid green; */
}
.sha-log{
    /* border:2px solid red; */
    height: 20vh;
    width:200px;
}
.sha-log img{
    width: 100%;
    height: 100%;
}
.sha a{
    font-size: 20px;
    text-decoration: none;
}
.dashboard-content{
    display: flex;
    /* margin-top: 25px; */
}
.dashboard-content .left-bar{
    background: #000000;
    flex-basis: 25%;
    color:#fdfdfb;
}
.left-bar .left-links{
    /* border:2px solid yellow; */
    margin-left: 30px;
    margin-top: 20px;
}.left-links h5{
    font-size: 19px !important;
    letter-spacing: 1.5px;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
}
.left-links .fa{
    color:white;
    padding-right: 10px;
}
.left-links a{
    color:white;
    text-decoration: none;
    font-size: 18px;
}
.left-links a:hover{
    color: gray;
}
.dashboard-content .main-bar{
    background: whitesmoke;
    flex-basis: 75%;
}
.main-bar .top-main{
    height: 40px;
    background: white;
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-size: 25px;
    letter-spacing: 1.5px;
}
.main-bar-content{
  display: flex;
  justify-content: space-around;
}
.main-bar-content .bar-symbol{
    height:150px;
    border: 2px solid blue;
    flex-basis: 48%;
}
.main-panel{
    /* border:2px solid green; */
    width: 96%;
    margin: auto;
    border-radius: 4px;
    background: white;
}
.cou-form{
    /* border:2px solid red; */
    width:90%;
    margin: auto;
}
.model-btn{
    display: flex;
    justify-content: end;
}
.message{
    color:tomato;
    text-align: center;
    padding-bottom: 20px;
    font-style: italic;
    font-size: 18px;
}

