﻿body{ margin:0; padding:0; font-family:'Open Sans'}
@font-face {
    font-family: 'Open Sans';
    src: url('.fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.main_Area{ max-width:600px; height:auto; margin:0 auto;font-size:13px; line-height:18px;	}
.Logo_heading{ text-align:center; font-weight:bold; font-size:16px; color:#000;}
.Content_Area{ padding:8px; margin:0 auto;  width:90%; margin-bottom:15px;border: 1px dotted #8E8E8E; border-radius:4px;}
.login_cred{ 
    border-bottom: 1px dotted #8E8E8E;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 4px;
    line-height: 22px; color:#0077b7; font-size:14px}
    
.RedFont_first{ min-width: 33%;text-align: right;display: inline-block; font-weight:600;}

.Font_redsingle{ color: #c00000;
    font-weight: 500;
    text-decoration: none;}




.Font_red{ color: #c00000;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    min-width: 168px;
    text-align: left;
    line-height: 24px;}
.Font_red a{ color:#c00000; font-weight:500; text-decoration:none}
.Font_red a:link{ color:#c00000; font-weight:500; text-decoration:none}

.blue_border{border: 1px solid #058bd3;
    padding: 5px;
    background: #e3f5ff;
    border-radius: 4px;
    text-align: center;}

.gray_border{border: 1px dotted #8E8E8E;
    padding: 5px;
    background: #F3F3F3;
    border-radius: 4px;
    text-align: center;}

.blue_font{ color: #0077b7;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    min-width: 168px;
    text-align: left;
    line-height: 24px; font-size:14px}
.blue_font a{ color:#0077b7; font-weight:bold; text-decoration:none}
.blue_font a:link{ color:#0077b7; font-weight:bold; text-decoration:none}
