

/* Start:/local/templates/portal/styles.css?16456164082425*/
.center-message{
	text-align:center;
}
.recovery_pass{
	max-width:440px;
	margin:0 auto;
	text-align:center;
}
.data-table.bx-forgotpass-table{
	width:400px;
}
.data-table.bx-forgotpass-table input[type="text"],
.myform-reg input[type="text"],
.myform-reg input[type="password"]

{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}

.data-table.bx-forgotpass-table input[type="text"]:focus ,
.myform-reg input[type="text"]:focus,
.myform-reg input[type="password"]:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.data-table.bx-forgotpass-table .btn-primary{
    width: 180px;
    margin-top: 15px;
 margin-left: 44px; 
    margin-bottom: 10px;
}
.bx-auth b ,.myform-reg b{
	font-size:24px;
}
.myform-reg{
	max-width:440px;
	margin:0 auto;
	text-align:center;
}
.myform-reg input[type="submit"]{
	  width: 100%;
    margin-top: 15px;
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
	    cursor: pointer;
    margin-bottom: 10px;
	    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.myform-reg input[type="submit"]:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.site-logo{
	    margin: 0 auto;
    width: 458px;
}
@media (max-width:1023px){
.site-logo {
  
    width: 90%;
}
.site-logo img{
   
    max-width: 100%;
}
.bx-auth-table tr{
     display: flex;
    flex-direction: column;
    width: 90%;
    flex-basis: 100%;
    justify-content: center;
    margin: 0 auto;
}
td.bx-auth-label {
    text-align: left;
}
.dd.bx-auth {
 
    margin-top: 20px;
}
.dd p {
    margin-left: 10px;
	margin-right:10px;
}
}
/* End */
/* /local/templates/portal/styles.css?16456164082425 */
