@font-face {
    font-family: 'Calibri Light';
    src: url('../Fonts/CalibriL.ttf') format('truetype'), url('../Fonts/CalibriL.eot') format('truetype');
}

@font-face {
    font-family: 'Roboto Black';
    src: url('../Fonts/Roboto-Black.ttf') format('truetype');
}


@font-face {
    font-family: 'Roboto Regular';
    src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}




@keyframes popupIn {
    from {
        transform: scale(0)
    }

    80% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}



body {
    FONT-FAMILY: 'Roboto Regular','Calibri Light',Arial;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0 auto;
    /*background-color: #949398;*/
}

.GLBody {
    background-image: url(../Images/Slides/LogIn.png);
 /*   background-repeat: no-repeat;*/
    background-size: cover;
}

.AgentBody {
    background-image: url(../Images/Slides/HomeAgent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.CustomerBody {
    background-image: url(../Images/Slides/HomeCustomer.png);
    background-repeat: no-repeat;
    background-size: cover;
}


TBODY {
    font-size: 14pt;
}

TABLE {
    padding-left: 5px;
    width: 100%;
}

TD {
}

TH {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 10px;
    border-bottom-style: none;
}

INPUT, select {
    font-size: 12pt;
    vertical-align: middle;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,0.87);
    /*  background-color: #f5f5f5;*/
    border-top: 0px solid #8B8B8B;
    border-left: 0px solid #8B8B8B;
    border-right: 0px solid #8B8B8B;
    border-bottom: 1px solid #8B8B8B;
    padding-top: 5px;
    padding-bottom : 5px;
    padding-right : 5px;
    width: 410px;
    font-weight:bold ; 
}

LABEL {
    /*height:18px;
	font-size: 9pt;
	vertical-align:super;
	color : Black;
	font : Verdana, Arial, Geneva, Helvetica, sans-serif;*/
}

.Header {
    margin: 10px;
    color: #333333;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}

.Main {
    background-color: #EFF3FB;
    border: #B5C7DE solid 1px;
    /* width:280px;*/
}

.PortalButton{
    width:30px;
    border-bottom :none;
}

.PageFooterBoxMain {
    margin: 0px auto;
    width: 650px;
    text-align: center;
    /*margin-top:10px;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    align-items: center;
    justify-content: flex-start;
    /*height:120px;*/
    /*background-color:blue;*/
}

.LoginPanelContents {
    display: flex;
    flex-flow: column nowrap;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    flex: 0 0 auto;
    height: 624px;
    border: 14px solid #F1B91A;
    background-image: url(../Images/Slides/LogInData.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.LoginPanelMessageSubMessage {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 50px;
 
}

.LoginPanelMessage {
    display: flex;
    flex-flow: column nowrap;
    margin-right:300px; 
    border-radius: 20px;
    max-width :800px;
}

.LoginMessageContent {
    font-size: 22px;
    color: #FFFFFF;
}

.LoginMessageTitle {
    font-size: 40px;
    color: #FFFFFF;
    font-weight :bold ;
}

.LoginAndImage {
    /*    position: relative;
    animation: example 1s;*/
    /*margin-left:-200px;*/
}

@keyframes example {
    from {
        margin-left: -700px;
    }

    to {
        margin-left: 0px;
    }
}

.SlideImmage {
    /*width: 100%;*/
    /*height: 500px;*/
}


.ButtonLogIn {
    background-color: #E91814;
    border: 2px solid #E91814;
    color: #FFFFFF;
    float: right;
    font-size: 18pt;
    width: 180px;
    font-weight: bolder;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 50px;
    border-radius: 26px;
    text-transform: uppercase;
}

    .ButtonLogIn:active {
        width: 160px;
        margin-left: 10px;
        margin-right: 10px;
        height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
      
    }



.Line {
    background-color: #507CD1;
    border: #B5C7DE solid 1px;
}



.PanelBGD {
   
}

.HeaderMain {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 20px;
}

.HeaderMainSub {
    display: flex;
    flex-flow: row nowrap;
    width: 1620px;
    align-items: center;
    justify-content: space-between;
}

.HeaderMainPortal {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.HeaderMainLogo {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
}

.PortalLabel {
    color: #424245;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 8px;
}

.LogoImage img {
    height: 42px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.LogoImage {
    color: #424245;
    font-size: 26pt;
    font-weight: bold;
}

.LogoImage2 {
    color: #FFFFFF;
    font-size: 22pt;
}

.LogoImage3 {
    color: #F1B91A;
    font-size: 22pt;
}


.AboutMessage {
    color: White;
    font-size: 30pt;
}

.ComunicationBox {
    background: #F5DF4E;
    padding: 10px;
    border-radius: 20px;
    border: 4px solid #FFFFFF;
}

.Comunication {
    font-size: 22pt;
    color: #333333;
}

.CookieBox {
    width: 100%;
    /* text-align: center; */
    /* margin-top: 20px; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 8px solid #599FB9;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    /* opacity: 0.93; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.CookieLabel, .CookieLink {
    font-size: 14px;
    color: #616161;
}

.CookieSeparator {
    font-size: 14px;
    color: #616161;
    margin-left: 20px;
    margin-right: 20px;
}


.CenterMain {
    overflow: hidden;
    height: 310px;
    background-color: White;
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 3px;
    border: 1px solid silver;
}

.FlexTable {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
}




.FlexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    /*align-items: center;*/
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.FlexRowSpace {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content :space-between ;
    flex-flow: row wrap;
    /*align-items: center;*/
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}


.FlexColumn {
    padding: 3px;
    padding-top: 10px;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    display: flex;
    flex-flow: column  wrap;

}

.PageFooterBoxMain input {
}

.NewLine {
    clear: both;
    height: 0px;
}

.LoginPanel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center  ;
   /* background-color: #FFFFFF;*/
    position: fixed;
    top: 56px;
    left: 0px;
    right: 0px;
    bottom: 42px;

}

.LoginSubPanel {
    display: flex;
    flex-flow: row nowrap;
    justify-content :center ;
    margin:20px; 
}


.LoginPanelHeader {
    background-color: #599FB9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 8px;
    opacity: 0.93;
}

.HeaderMainLogo {
    font-size: 25pt;
    color: #333333;
    text-align: left;
}

.LoginPanelFooter {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}



    .LoginPanelFooter input {
        height: 25px;
        margin: 5px;
    }

.LabelCell {
    width: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    /*align-items: center;
    justify-content: center;*/
}

    .LabelCell span {
        color: #C05010;
    }


.LeftMain {
    float: left;
    width: 30%;
    vertical-align: bottom;
    text-align: center;
    padding-top: 40px;
}

.MiddleMain {
    float: left;
    width: 38%;
    background: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

.RightMain {
    width: 30%;
    overflow: auto;
    /* background-image: url(Graphics/Styles/bg_homeDetail.gif);*/
    background-repeat: repeat-x;
    float: left;
    text-align: center;
    margin-top: 1%;
    text-align: center;
}



.InputControlError {
    color: #e30327;
}

.modalBackground {
    background-color: rgba(255,255,255,0.6);
}

.AboutImage {
    float: left;
    margin-top: 5px;
}

.UpdateVersionBox {
    width: 300px;
    background-color: rgba( 232,232,232,1);
    box-shadow: 10px 10px 10px #C0C0C0;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    color: #333333;
    padding: 10px;
    font-size: 13pt;
    font-weight: bold;
}

.DescrVers {
    font-size: 10pt;
}

.ButtonUpdatePanel {
    border: 1px solid #B0B0B0;
    border-radius: 3px;
    background: #f5f5f5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    font-size: 12pt;
    width: 100px;
}

.ButtonUpdatePanelHighlighted {
    border: 1px solid transparent;
    color: #fff;
    width: 100px;
    text-transform: uppercase;
    background: #039BE5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#03A9F4),to(#039BE5));
    background-image: -webkit-linear-gradient(top,#03A9F4,#039BE5);
    background-image: -moz-linear-gradient(top,#03A9F4,#039BE5);
    background-image: -ms-linear-gradient(top,#03A9F4,#039BE5);
    background-image: -o-linear-gradient(top,#03A9F4,#039BE5);
    background-image: linear-gradient(top,#03A9F4,#039BE5);
    text-shadow: 0 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    font-size: 12pt;
}

.LabelVers {
    font-size: 10pt;
    vertical-align: baseline;
    text-transform: lowercase;
    color: #999999;
    /*	font-family: Verdana, Arial, Helvetica, Sans-serif, Unicode; */
    /*	font-family:  Tahoma,Arial, Helvetica, Sans-serif; */
    font-family: Arial, Helvetica, Sans-serif;
    font-variant: normal;
    white-space: nowrap;
    padding-left: 20px;
}


.LogInLink {
    color: #FF9933;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 15pt;
}


.LogInLink1 {
    color: #00CC00;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 15pt;
}

.LogInLink2 {
    color: #6699FF;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 15pt;
}

.CheckBox input, .CheckBoxUnChecked input {
    visibility: hidden;
}

.CheckBox {
    width: 70px;
    height: 22px;
    background: #DCEDC8;
    margin-right: 5px;
    position: relative;
    border-radius: 15px;
    /*border:1px solid  #8B8B8B;*/
}

.CheckBoxUnChecked {
    width: 70px;
    height: 22px;
    background: #E0E0E0;
    margin-right: 5px;
    position: relative;
    border-radius: 15px;
    /*border:1px solid  #8B8B8B;*/
}

CheckBox:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 14px;
    height: 2px;
    width: 90px;
    background: #111;
}

CheckBoxUnChecked:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 14px;
    height: 2px;
    width: 90px;
    background: #111;
}

.CheckBox label {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: -4px;
    z-index: 1;
    left: 0px;
    background: #E8E8E8;
    border-radius: 15px;
}

.CheckBoxUnChecked label {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: -4px;
    z-index: 1;
    left: 0px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #B6B6B6;
}

.CheckBox input[type=checkbox]:checked + label {
    left: 40px;
    background: #9CCC65;
    border: 1px solid #7CB342;
}

.PasswordRecover {
    color: #333333;
    text-decoration: none;
    font-size: 20px;
}

.PopupDisableEffectBox {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(88,88,88,0.6);
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.PopupBox {
    background-color: #E0E0E0;
    box-shadow: 10px 10px 10px #585858;
  border: 20px solid #F5DF4E;
   border-radius: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
    z-index: 20;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: center;
    -webkit-justify-content: center;
    /*align-items: flex-start;*/
    animation: popupIn 0.8s ease-in-out;
}

.PortalPopupBox {
    /*background-color: #E0E0E0;*/
    box-shadow: 10px 10px 10px #585858;
    /*  border: 20px solid #F5DF4E;*/
    /* border-radius: 40px;*/
    /*padding-bottom: 30px;
    padding-top: 30px;*/
    z-index: 20;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    /*align-items: flex-start;*/
    animation: popupIn 0.8s ease-in-out;
    width: 80%;
    height: 80%;
    background-color: #FFFFFF;
}

.OperationToolBarBox {
    min-height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background-color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 20px;
}



.PopupConfirmButton {
    background-color: #0f6dff;
    border: 2px solid #0f6dff;
    color: #FFFFFF;
    float: right;
    font-size: 14pt;
    width: 150px;
    font-weight: bolder;
    margin: 10px;
    height: 50px;
    border-radius: 26px;
    cursor: pointer;
    text-transform: uppercase;
}

.PopupCancelButton {
    background-color: #F1EDE9;
    border: 2px solid #F1EDE9;
    color: #333333;
    float: right;
    font-size: 14pt;
    width: 150px;
    font-weight: bolder;
    margin: 10px;
    height: 50px;
    border-radius: 26px;
    cursor: pointer;
    text-transform :uppercase ;
}

.PopupMessage {
    font-size: 26px;
}

.PopupTitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #E91814;
    font-family: 'Roboto Light',Calibri,Arial;
}

.PopupMessageAccent {
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto Light',Calibri,Arial;
}

.PopupDetailBox {
    max-width: 500px;
    background-color: #FFFFFF;
    padding: 20px;
    display: flex;
    flex-flow: column nowrap;
}

.CaptchaBox {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
     align-self: center;
  
}

.CaptchaImage {
    margin-right: 10px; 
}

.CaptchaCode {
    width: 326px;
    border: 2px solid #333333;
    flex: 0 0 auto;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    align-self: center;
    margin-right: 50px;
    text-align:center ;
}

.CaptchaChange {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    align-self: center;
    border: none;
    background-color : #F1EDE9;
    border-radius :20px;
    padding:5px; 
}

.SubPassword {
    margin-top: -24px;
    margin-bottom: 20px;
    display: inline-block;
}

.InputLoginLabel {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 3px;
}

.InputLoginTitle {
    font-size: 22px;
    font-weight :bold ;
    margin-bottom :10px;
}

.ShowHidePassBox {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
}

.ShowHidePass {
    height: 24px;
    width: 24px;
    margin-left: -35px;
    padding:5px; 
}

.BTGoogle, .BTFacebook {
    width: 30px;
    border: 0px;
    padding: 10px;
    background-color: transparent;
    margin-bottom: inherit;
    background-color: #FFFFFF;
    margin-right: 20px;
    border-radius: 10px;
}


.BTPlayStore, .BTAppStore, .BTMicrosoftStore {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    background-color: #333333;
    margin-right: 20px;
    border-radius: 10px;
    padding: 10px;
}

.BTPlayStoreImage img, .BTAppStoreImage img, .BTMicrosoftStore img {
    width: 30px;
    padding-right: 3px;
}

.BTPlayStoreLabel, .BTAppStoreLabel, .BTMicrosoftStoreLabel {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
}
    

.MessageErrorBox {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 5px;
    }

.LabelError {
    Font-Size: 24px;
    Color: #e30327;
    text-align: left ;
    max-width:420px; 
}

.LogInAccountsBox {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.LogInOtherAccounts {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    margin-top: 10px;
}

.RememberMeBox {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    justify-content: space-between;
}

.OtherAccountLabel {
    font-size: 20px;
    color:#FFFFFF;
    font-weight:bold ; 
}

.ExternalAccountLabel {
    font-size: 28px;
    margin-left: 10px;
}


.ChangePortalBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: center ;
    align-items :center ;
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow :auto ;
}


.GLPortalBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 276px;
    width: 276px;
    background: #10C1E9;
    margin: 10px;
    margin-left: 20px;
    border-radius: 5px;
}

.AgentPortalBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 276px;
    width: 276px;
    background: #33CCAA;
    margin: 10px;
    border-radius: 5px;
}

.CustomerPortalBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 276px;
    width: 276px;
    background: #6781FC;
    margin: 10px;
    margin-right: 20px;
    border-radius: 5px;
}

.PortalTitle{
    color:#FFFFFF;
    font-size:30px;
    padding:10px;
    font-weight:bold ; 
}

.PortalLogin {
    background-color: #FFFFFF;
    color: #333333;
    float: right;
    font-size: 18pt;
    font-weight: bolder;
    border-radius: 26px;
    text-align: center;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.ChangePortalTitle{
    font-size :30px;
    color :#333333;
    align-self :center ;
    padding-top:10px; 
    font-weight :bold ;
}

.PortalContent {
    color: #FFFFFF;
    font-size: 26px;
    text-align :center ;
}


/*Tablet*/
@media only screen and (max-width:1024px) {
    body {
        background-image:inherit ;
    }

  

 

    .HeaderMain {
        margin-left: auto;
    }

    .LogoImage {
        padding-left: 10px;
    }

    .mySlides {
        width: 100%;
    }

    .LoginAndImage {
        padding-left: 10px;
    }

    .LoginPanelContents {
        top: 5px;
    }

    .LabelError {
        font-size: 12pt;
        padding-left: 10px;
    }

    .CookieLabel, .CookieLink {
        font-size: 14pt;
    }
}


/* Smartphones (portrait) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


    body {
        /*background-color:red;*/
    }

    .LoginSubPanel {
        flex-flow: row wrap;
        margin: 20px;
    }

    .LogoImage, .LogoImage2, .LogoImage3 {
        font-size: 40pt;
    }

        .LogoImage img {
            height: 80px;
        }

    INPUT, select {
        font-size: 40pt;
        width: 100%;
        margin-bottom: 10px;
    }

    .LabelCell span {
        font-size: 40px;
    }

    .LabelCell {
        width: 220px;
    }

    .LoginPanelContents {
        max-width: 90%;
        top: 10px;
        position: inherit;
    }

    .ButtonLogIn {
        font-size: 40pt;
        height: 100px;
        width: 360px;
        margin-left: inherit;
        margin-bottom: 30px;
        text-transform :uppercase ;
    }

        .ButtonLogIn:active {
            height: 80px;
            width: 380px;
            margin: 10px;
        }


 

    .CheckBox {
        width: 140px;
        height: 60px;
    }

        .CheckBox label {
            width: 60px;
            height: 60px;
        }

        .CheckBox input[type=checkbox]:checked + label {
            left: 80px;
        }

    .LabelError {
        font-size: 30pt;
        padding-bottom: 10px;
        max-width:600px; 
    }

    .MessageErrorBox {
        margin-top: 28px;
        margin-bottom: 0px;
    }

    .PasswordRecover {
        font-size: 30pt;
    }

    .SubPassword {
        font-size: 30pt;
        margin-top: -62px;
    }

    .OtherAccountLabel {
        font-size: 30pt;
    }

    .BTGoogle, .BTFacebook {
        width: 50px;
    }

    .ShowHidePass {
        width: 50px;
        height: 50px;
        margin-left: -60px;
        margin-bottom: -10px;
    }

    .CookieLink {
        font-size: 40px;
    }



    .LoginPanelMessage {
        order: 2;
        margin-right: inherit;
        width: auto;
        margin-left: 92px;
        margin-top: 20px;
        zoom: 90%;
    }

    .LoginPanelContents{
        order :1;
       zoom :90%;
    }

    .LoginMessageTitle{
        font-size :50px;
    }

    .LoginMessageContent {
        font-size: 26px;
    }

    .InputLoginTitle{
        display :none ;
    }

    .InputLoginLabel{
        font-size :40px;
    }
}
