body{

    /*background: url(https://image.freepik.com/vector-gratis/fondo-destellos-luz-azul-copyspace_1017-20091.jpg) no-repeat center center fixed;*/
 background-color:#888a8d;

/* background-color:#fff;*/
    background-size: cover;
    overflow: hidden;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.main-section{
    margin: 0 auto;
    margin-top:130px;
    padding:0;
}
.modal-content{
    background-color: rgba(21, 38, 47);
    padding:0 18px;
    border-radius: 7px;
    border: 0;
    box-shadow: 0;
}
.user-img{
    margin: auto;
    margin-top: -50px;
    margin-bottom: 35px;
    height: 100px;
    width: 100px;
}
.user-img img
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px #848484;
}
.form-group
{
    margin-bottom: 25px;
}
.form-group input{
    height: 35px;
    border-radius: 5px;
    border:0;
    font-size: 18px;
    padding-left: 54px;
}
.icon{position: relative;}
.ico
{
    font-family: 'Font Awesome\ 5 Free';
    content: "\f007";
    position: absolute;
    left: 10px;
	top:10px;
	width: 30px;
	height: 25px;
}
a{
	text-decoration: none;
    background-color: transparent;
}
a:hover{
	text-decoration: underline;
}

button{
    width: 60%;
    margin:5px 0 25px;
}
.btn{
    background-color: rgb(184, 39, 39);
    color: #fff;
    font-size: 19px;
    padding: 7px 14px;
    border-radius: 5px;
    border: 4px solid  rgb(184, 39, 39);;
    border-bottom: 4px solid #851C1C;
    
}
.btn:hover, .btn:focus{
    color: #fff;
    background-color: rgb(122, 19, 19) !important;
     border: 4px solid  rgb(122, 19, 19);
    border-bottom: 4px solid rgb(122, 19, 19) !important;
}
.svg-inline--fa{
    font-size: 20px;
    margin-right: 7px;
}
.forgot{
    padding: 5px 0 25px;
}
.forgot a{
    color:rgb(253, 227, 227);
    
}
.modal-content {position: relative;display: flex;-webkit-box-direction: normal; flex-direction: column;  pointer-events: auto;
    background-color: rgba(21, 38, 47);
    padding: 0 18px;
    border-radius: 7px;
    border: 0;}
.form-control {
    display: block;
    width: 75%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    }
.col-12{
	text-align: center !important;
    padding-left:15px;
    position: relative;
}
.modal-dialog{
	max-width: 500px;
	text-align: center !important;
	position: relative;
	width: auto;
	margin: 1.75rem auto;
}
.btn2{

    background-color: #454545;
    border-radius: 6px;
    border: 1px solid #333;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none;
}

.btn2:hover{background-color: #787878}

#evc{display:none}
.evsalir{position:absolute;top:-65px;left:90%;cursor:pointer}
.lkr{color:#fff;cursor:pointer;text-decoration:underline}
.lkr2{color:#fff;font-size:18px;margin-bottom:15px}

