

.mypage{
    position: relative;
      top: 80px;
     margin: 0 70px 0 70px;
    box-shadow: 1px 0px 10px rgba(0,0,0,.3);
    padding: 70px 0 20px 0;
   font-family: 'Amiri', serif;
     color: #08526d;
}

.mypage h2{
 font-size: 34px;
    font-weight: 700;
  
}

.mypage h2 span{

}

.mypage .margin{
margin-top: 40px
}

.mypage .margin a.active{
color: #08526d;
}


.mypage .margin a{
	color: #635c5c;
	text-decoration: none;
}
.mypage .margin span{
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
}


.mypage .margin svg{
color: #ec1c23;
 margin-left: 4px;
}


.content{
    position: relative;
    top: 130px;
    margin: 0 70px 90px 70px;
    box-shadow: 1px 0px 10px rgba(0,0,0,.3);
    padding: 70px 0 20px 0;
    font-family: 'Amiri', serif;
    color: #08526d;
}

.content h2{
  text-align: right;
  margin-bottom: 20px
}


.content .inner{
  padding: 12px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    font-family: 'Amiri', serif;
    border-radius: 15px;
    color: #08526d;
    


}



.content .form-group input
{
   margin-bottom: 25px;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    direction: rtl;
}

.content .form-group .name{
      position: relative;
    bottom: 10px;
    font-size: 18px;
    float: right;

}
.Popup .form-group input[type=checkbox]{
  float: right;
    position: absolute;
    right: 0; 
}

.content .form-group .form-check{
  text-align: right;
}

.content .btn{
    background:  #ce191f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 17px 35px;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
    font-family: 'Amiri', cursive;
}

.content .btn:hover{
       box-shadow: 0px 0px 0px 7px rgba(239, 225, 225, 0.2);
       background: #08526d
}

.content ::placeholder {
direction: rtl;
text-align: right;
  font-family: 'Amiri', serif;
  font-size: 18px;
  padding-right: 10px
}

/*end popup */


