@font-face {
    font-family: 'SegoeUI';
    src: url('../font/segoeuib.ttf');
}
@font-face {
    font-family: 'SegoeUI-SemiBold';
    src: url('../font/segoe-ui-semibold.ttf');
}
@font-face {
    font-family: 'SegoeUI-Light';
    src: url('../font/Segoe-ui-light.ttf');
}
/* CSS Reset  */

html, body {
    margin: 0;
    padding: 0;
    font-family: 'SegoeUI';
    font-size: 13px;
    color: #767676;
    background-color: #fff;
    background-position: center top;
}

ul, li, ol, a, input, button, a img, h1, h2, h3, h4, h5, h6, p, em { 
    padding:0; 
    margin:0; 
    border:0; 
    text-decoration:none; 
    font-weight:normal; 
    font-style:normal; 
    color:#767676; 
    list-style:none;
}

h1, h2, h3 { color:#767676; text-transform:capitalize;}

hr { margin:15px 19px; float:left; width:96.5%; background-color:#eaeaea;}

input[type=text],input[type=password], input[type=email], input[type=number], input[type=date], input[type=time], select 
{ color:#000 !important; font-size:15px; background: transparent;}

input[type=radio] { margin:0 10px 10px 5px;}

select { padding:10px 0;}

textarea { border:solid 1px #ddd; padding:8px 0; text-indent:8px; width:auto; height:140px;  line-height:24px;}

input[type=submit] { cursor:pointer; color:#fff; text-align:center; -moz-border-radius:3px; -webkit-border-radius:3px; padding:10px 20px; font-size:17px; }

.grey_btn { background-color:#cbcbcb !important; cursor:auto !important;}

input[placeholder] {  color:#000 !important;}

article.center { width:86%; height:auto; margin:0 auto;}

.left { float:left !important; margin:6px 0 0 0;}

.right { float:right !important;}

.center { text-align:center; width:100%; float:left;}

.border_bottom { border-bottom:solid 1px #eeeff1;}

.grey_text { color:#999 !important;}

.transparent_text { color:transparent !important;}

.auto { width:auto !important; height:auto; min-height:inherit !important; margin:auto;}

.full_width { width:100%;}

.disabled { cursor:default;}

table { border-spacing: 0; border-collapse: collapse;}

.bold { font-weight:bold;}

/* main */

.upper_red_area { width:100%; height:313px;  float:left;}

.upper_red_area .logo { width:100%; height:auto; float:left; text-align:center; margin-top:100px;}

.down_arrow { text-align:center; width:100%;}

.inside_footer{ margin:0 auto; width:23%;}

/*  login screen  */

section.login_form_area { width:100%; margin:0% 0 0% 0; float:left;}

section.login_form_area form { width:445px; margin:0 auto; height:auto;}

section.login_form_area form .row { width:100%; height:50px; margin:5px 0; float:left; position:relative; background:url(../css/images/picckker.png) no-repeat 0 40px;}

section.login_form_area form .row .txtbx_field input[type=text],input[type=password], input[type=email] {    
    background: none repeat scroll 0 0 transparent;
    height: 40px;
    width: 350px;
}

section.login_form_area form .row .txtbx_icon { width:37px; height:45px; padding:0 5px 0 10px; float:left;}
section.login_form_area form .row .txtbx_field { float:left;}

section.login_form_area form .submit { width:18%; padding:5px 0; position:relative; margin:0 auto; clear:both;}

section.login_form_area form .submit .btn_icon { width:18px; height:14px; position:absolute; z-index:99; top:26px; right:26px; }

section.login_form_area form .submit input[type=submit] { width:86px; height:86px; background:url(../css/images/submit.png) no-repeat; font-size:0;}
section.login_form_area form .submit input[type=submit]:hover{opacity:0.7}

h1.differ{ margin:0 0 12px 0; color:#8fcb1e;}

h2.differ_repeat{  color: #8fcb1e;

    font-size: 17px;

    margin: 20px 0;}

.ad_mint{  

    float: left;

    width: 37%; margin:0 30px 0 30px; color:#fff;}

.ac_mint{ float:right; width:42%; color:#fff;}


/* footer */

footer { width:100%; height:auto; float:left;}

footer a,span {
    display: block;
    font-size: 15px;
    padding: 0 27px 0 12px;
    text-align: right;
    text-transform: capitalize;}

.forgot{ float:left; width:98%; margin:5px 0 40px 0;}

.forgot .pass{  float: left;

    width: 46%; margin:0 0 0 9px;}

	.forgot .left input{ margin:3px 0  0 0;}

.forgot .radio{  float: right;

    width:51%;}

.forgot a{    color: #fff;
    float: left;
    font-size: 15px;
    padding: 0 0 0 3px;}
.forgot a:hover{ text-decoration:underline;}
$('input:radio').screwDefaultButtons({ 

	image: "url(css/images/radio.jpg)",

	width:	 85,

	height:	 85

});

input *::-moz-placeholder{ color:#fff; opacity:1;}

.login_form_area *::-webkit-input-placeholder{ color:#fff;  opacity:1;} 

input *::-moz-placeholder{ color:#fff; opacity:1;}

.row  *::-moz-placeholder{ color:#fff; opacity:1;}

.row  *::-webkit-input-placeholder{ color:#fff;  opacity:1;} 

#flashMessage, #authMessage {
    background: none repeat scroll 0 0 #66cc66;
    clear: both;
    color: white;
    font-size: 140%;
    font-weight: bold;
    margin: 1em auto !important;
    padding: 5px 5px 5px 0.4em;
    width: 50% !important;
}

.squaredThree {
    margin: 0px auto;
    position: relative;
    width:61%;
}

form#UserAdminLoginForm .check input {
    margin: 0 !important;
}
.squaredThree input[type="checkbox"] {
    visibility: hidden;
}

.squaredThree input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.three_diff label:after {
    border-color: -moz-use-text-color -moz-use-text-color #4fc1e9 #4fc1e9 !important;
    border-style: none none solid solid !important;
    border-width: medium medium 3px 3px !important;
}
.squaredThree label:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #4fc1e9 #4fc1e9;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 3px 3px;
    content: "";
    height: 5px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 9px; border-color:#4fc1e9;
}
.squaredThree label {
    background: none repeat scroll 0 0 #e5e7ea;
    border-radius: 4px;
   /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.4);*/
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}

input:focus, textarea:focus {
    outline: none !important;
}

input {
    font-family: 'CenturyGothicRegular';
    -webkit-appearance: none; 
    box-shadow: none !important; 
    outline:none !important;
    color: #fff !important; 
}

/*input:-webkit-autofill, -webkit-autofill:hover, -webkit-autofill:focus{ 
    -webkit-box-shadow: 0 0 0px 1000px #08c4cd inset !important;
    -webkit-text-fill-color: #fff;
}*/



.HomeLogIn {
    /*width: 1440px;*/
    height: 100vh;
    text-align: center;
    background-color: #ffffff;
}

.RectangleLeftPanel {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.RectangleRightPanel {
    float: right;
    width: 50%;
    height: 100%;
    text-align: center;
    background-image: linear-gradient(145deg, rgba(93, 88, 168, 0.98), #9e57c6 100%);
    display: flex;
    align-items: center;
}

.Sign-in {
    height: 67px;
    width: 100%;
    text-align: center;
    font-family: SegoeUI;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f0535c;
    clear: both;
}

.TopLogo {
    padding-bottom: 20px;
    clear: both;
    text-align: center;
    width: 100%;
}

.content-form {
    width: 80%;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


.content-form-right {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.Path {
    width: 37px;
    height: 36px;
    background-color: #ff3f4a;
}

.Welcome-Back {
    width: 359px;
    height: 67px;
    font-family: SegoeUI;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.Sign-in-to-access-yo {
    width: 420px;
    height: 80px;
    font-family: SegoeUI-Light;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.RectangleSignup {
    width: 244px;
    height: 59px;
    border-radius: 29.5px !important;
    border: solid 3px #ffffff !important;
    background: none;
    font-family: SegoeUI;
}

.Signup {
    width: 109px;
    height: 37px;
    font-family: SegoeUI;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.RectangleSignin {
    width: 244px;
    height: 59px;
    -webkit-border-radius: 29.5px !important;
    background-color: #f0535c !important;
    font-family: SegoeUI;

}

.SIGN-IN {
    width: 102px;
    height: 37px;
    font-family: SegoeUI;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.forgot-password {
    width: 163px;
    height: 30px;
    font-family: SegoeUI-Light;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #898587;
}

.row-input {
    margin-bottom: 48px;
    clear: both;
}

.label-text {
    width: 223px;
    height: 40px;
    font-family: SegoeUI-SemiBold;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d2d2d;
    clear: both;
}

.Line {
    border-bottom: solid 1.2px #898587;
    /*margin-top: 10px;*/
    font-size: 25px !important;
    width: 100% !important;
    font-family: SegoeUI-Light;
}

.Password {
    width: 128px;
    height: 40px;
    font-family: SegoeUI;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d2d2d;
}

.Enter-the-email-addr {
    width: 455px;
    height: 80px;
    font-family: SegoeUI-Light;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d2d2d;
}

.Already-have-an-acco {
    width: 321px;
    height: 40px;
    font-family: SegoeUI-Light;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.Dont-have-an-accoun {
    width: 295px;
    height: 40px;
    font-family: SegoeUI-Light;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.Dont-have-an-accoun {
    width: 295px;
    height: 40px;
    font-family: SegoeUI-Light;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.RectangleSignupForgot {
    width: 244px;
    height: 59px;
    border-radius: 29.5px !important;
    border: solid 3px #ffffff !important;
    background: none;
    font-family: SegoeUI-SemiBold;
    font-size: 28px;
}

.label-light {
    width: 223px;
    height: 40px;
    font-family: SegoeUI-Light;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d2d2d;
    clear: both;
}