@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Tajawal');
}

body {
	direction: rtl;
	background: #364150  ;
	font-family: "Tajawal" ;
}
.wrap {
	width:300px;
	height: auto;
	margin: auto;
	margin-top: 10%;
    margin-bottom: 2%;
}
.avatar {
	width: 100%;
	margin: auto;
	width: 111px;
	border-radius: 100px;
	height: 111px;
	background: #364150 ;
	position: relative;
	bottom: -15px;
}
.avatar img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: auto;
    object-fit: scale-down;
	border:3px solid #fff;
	display: block;
}
.wrap input {
	border: none;
	background: #fff;
  font-family:Tajawal ;
  font-weight:700 ;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.wrap span {
	border: none;
	font-family:Tajawal ;
	font-weight:500 ;
	display: block;
	background: white;
	border-radius: 15px;
	height: 30px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: 5px auto;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}

.all-border {
    border-radius: 7px ;
}

.top-border {
    border-radius: 7px 7px 0px 0px ;
}

.buttom-border {
    border-radius: 0px 0px 7px 7px ;
}


.loginBtn {
	width: 100%;
	border-radius: 7px;
	background: #448ed3;
	font-family:Tajawal ;
	border: none;
	color: #fff;
  margin-top: 5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 13px;
	cursor: pointer;
}
.registerBtn {
	width: 100%;
	border-radius: 7px;
	background: #51d372;
	font-family:Tajawal ;
	border: none;
	color: #fff;
  margin-top: 5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 13px;
	cursor: pointer;
}


.loginBtn:hover {
    background: #51d372;
}
.registerBtn:hover {
	background: #448ed3;
}


.footer{
    width: 100%;
    margin-top: 100px;
    color: white;
    text-align: center;
}

.link{
    margin: 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.link:hover{
    color: #ff5845;
}

.error{
    color: #ff5845;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
