@font-face {
    font-family: 'Bree-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Bree-Regular.otf") format("opentype");

}
@font-face {
    font-family: 'Bree-Bold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Bree-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Bree-Thin';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Bree-Thin.otf") format("opentype");
}

@font-face {
    font-family: 'XMYekanBold';
    src: url('fonts/XMYEKANBD.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'XMYekanRegular';
    src: url('fonts/Yekan.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body{
    font-family: 'Bree-Regular','XMYekanRegular';
    background-color: #f3f3f3;
}

.form-conditions{
font-size: 14px;
    line-height: 14px;
    text-align: end;
}
.form-conditions * label{
 display: block;
 padding-top: 6px;
}

.table-responsive{
    border: 0;
}

.thead-table{
    color: white;
    background-color: #a1243d;
}


td.thead-table, .table-bordered>thead.thead-table>tr>td{
    border-bottom: 1px !important;
}

.button-aceptar-terminos{
        color: #fff;
    background-color: #a1243d;
    border-color: #a1243d;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    min-width: 150px;
}
.cabeceraModal{
    background-color: #a1243d;
    color: white;
}

#loading{
    display: none;
    z-index: 99999;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: visible;
    height: 100%;
    width: 100%;
    background: rgba(33, 33, 33, 0.7);
}

.loading-icon{
  position: fixed;
  z-index: 999;
  height: 6em;
  width: 6em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.logo{
    max-width: 200px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    margin-top: 19px;
}	
	
	
.btn-primary{
background-color:#703081;
border-color: #712878;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 10px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 20px 0px 10px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.cambiaridioma{
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 3px;
    font-size: 14px;
    float: left;
}

.btn-login2{
    color: white;
    background-image: -webkit-linear-gradient(top, #ffdea2,  #fba342); 
    background-image: -moz-linear-gradient(top, #ffdea2,  #fba342);
    background-image: -ms-linear-gradient(top, #ffdea2,  #fba342);
    background-image: -o-linear-gradient(top, #ffdea2,  #fba342);
    background-image: linear-gradient(to bottom, #ffdea2, #fba342);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    border: 1px solid rgb(240, 125, 0);
    padding: 6px 12px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
    min-width: 150px;
}


.container{
    margin-top: 40px;
}