/* CSS Document */
@charset "UTF-8";

/* Webfont: Yekan */
@font-face {
	font-family: 'vazir';
	src:	url('../fonts/Vazir-Medium-FD-WOL'); /* IE9 Compat Modes */
	src:	url('../fonts/Vazir-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../fonts/Vazir-Medium-FD-WOL.woff2') format('woff2'), /* Modern Browsers */
			url('../fonts/Vazir-Medium-FD-WOL.woff') format('woff'), /* Modern Browsers */
			url('../fonts/Yekan.otf') format('opentype'), /* Open Type Font */	
			url('../fonts/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	font-display: auto;
}

html {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  font-family: 'vazir';
  text-align: center;
}
body {
  background:url('../pic/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-origin: content-box, padding-box;
  font-family: 'vazir';
  text-align: center;
  background-repeat: no-repeat;
}
p{
    text-align: right;
    direction: rtl;
}

.container{
  height: 100%;
  align-content: center;
}

.card{
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
  background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
  font-size: 60px;
  margin-right: 10px;
  color: #FFC312;
}

.social_icon span:hover{
  color: white;
  cursor: pointer;
}

.card-header h3{
  color: white;
}

.social_icon{
  position: absolute;
  left: 20px;
  top: -45px;
}

.input-group-prepend span{
  width: 50px;
  background-color: #FFC312;
  color: black;
  border:0 !important;
}

input:focus{
  outline: 0 0 0 0  !important;
  box-shadow: 0 0 0 0 !important;

}

.remember{
  color: white;
}

.login_btn{
  color: black;
  background-color: #FFC312;
  width: 100px;
  margin-top: 1px;
}

.login_btn:hover{
  color: black;
  background-color: white;
}
.login_btn2{
    color: black;
    background-color: #08DDDD;
    width: 100px;
    margin-top: 1px;
  }
  
  .login_btn2:hover{
    color: black;
    background-color: white;
  }
  .login_btn3{
    color: black;
    background-color: #b5ee4b;
    width: 100px;
    margin-top: 1px;
  }
  
  .login_btn3:hover{
    color: black;
    background-color: white;
  }
.links{
  color: white;
}

.links a {
  margin-right: 4px;
}

#txt-password, #txt-username {
  border-radius: 5px 0 0 5px;
}

.input-icon {
  border-radius: 0;
}

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: right;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.swal-footer {
    text-align: center;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}