

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
li{
    position: relative;
}
a{
    text-decoration: none;
    outline: none;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
.img-responsive {
    width: 100%;
    vertical-align: middle;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}

input[type=text]::-ms-clear {display: none;}


input::-webkit-caps-lock-indicator {
    visibility: hidden !important;
}
    

::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
/* ===== Initializr Styles ==================================================
   Author: Imaap Product
   ========================================================================== */

body {
    font-family: 'Roboto', sans-serif;
}

.container{
    max-width: 1187px;
    padding: 0 30px;
    margin: 0  auto;
}
.trl-c-dropdown{
    display: inline-block;
    position: relative;
}

.trl-c-dropdown .trl-l-dropdown__button{
    background: #ff5026;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    padding: 5px 11px 8px 15px;
    outline: none;

    transition: background ease 0.2s;
    -webkit-transition: background ease 0.2s;
    -moz-transition: background ease 0.2s;
    -ms-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
}
.trl-c-dropdown .trl-l-dropdown__button:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 6px 3px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 5px;
}
.trl-c-dropdown .trl-l-dropdown__button:hover, .trl-c-dropdown .trl-l-dropdown__button.open, .trl-c-dropdown .trl-l-dropdown__button:focus{
    outline: none;
    background: #f9915d;
}
.trl-c-dropdown .trl-l-dropdown__list{
    position: absolute;
    margin-top: 9px;
    right: 0px;
    background: #fff;
    border: #cbcbcb 1px solid;
    width: 131px;
    display: none;
}
.trl-l-dropdown__list:before, .trl-l-dropdown__list:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #cbcbcb ; 
    position: absolute;
    top: -16px ;
    right: 10px;
}
.trl-l-dropdown__list:after{
    z-index: 1;
    border-color: transparent transparent #fff ; 
    top: -15px;
}
.trl-c-dropdown .trl-l-dropdown__list li{
    padding: 0px;
    margin: 0px;
}
.trl-c-dropdown .trl-l-dropdown__list li a{
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    padding: 9px 10px 11px 10px;
    position: relative;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;

    transition: color ease 0.2s;
    -webkit-transition: color ease 0.2s;
    -moz-transition: color ease 0.2s;
    -ms-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
}
.trl-c-dropdown .trl-l-dropdown__list li a:hover{
    color: #f9915d;
}
.trl-c-dropdown .trl-l-dropdown__list li a i{
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}
.trl-l-header__wrap{
    padding-top: 41px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.trl-l-header__options{
    width: 100%;
}
.trl-l-header__options:after{
    content: '';
    width: 100%;
    clear: both;
}
.trl-l-header__options .trl-c-dropdown{
    float: right;
}

.trl-l-header__logo h1{
    margin: 0;
    padding: 0;
    max-width: 150px;
}
.trl-l-layout--base{
    padding-top: 2vh;
    margin: auto;
}
.trl-l-layout--base h1{
    margin: 0px 0px 45px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #333333;
}
.trl-l-layout--base h1 span{
    color: #ff5500;
}
.trl-l-layout__wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
}
.trl-l-layout__block {
    width: 32.4%;
	min-width: 335px;
    position: relative;
    margin-bottom: 10px;
    background: #000;
    margin-left: 5px;
    margin-right: 5px;

    transition: transform ease 0.2s;
    -webkit-transition: transform ease 0.2s;
    -moz-transition: transform ease 0.2s;
    -ms-transition: transform ease 0.2s;
    -o-transition: transform ease 0.2s;
}
.trl-l-layout__block:hover{
    z-index: 1;

    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.trl-l-layout__block a{
    display: block;
}
.trl-l-layout__block .trl-l-layout__text{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-height: 60px;
    z-index: 1;
    
    padding: 0 10px 24px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    align-items:center;

    transition: background ease 0.2s, color ease 0.2s, max-height ease 0.2s, padding ease 0.2s;
    -webkit-transition: background ease 0.2s, color ease 0.2s, max-height ease 0.2s, padding ease 0.2s;
    -moz-transition: background ease 0.2s, color ease 0.2s, max-height ease 0.2s, padding ease 0.2s;
    -ms-transition: background ease 0.2s, color ease 0.2s, max-height ease 0.2s, padding ease 0.2s;
    -o-transition: background ease 0.2s, color ease 0.2s, max-height ease 0.2s, padding ease 0.2s;
}
.trl-l-layout__block a:after{
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 85, 0, 0.74);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    
    opacity: 0;
    filter: alpha(opacity=0);

    transition: all ease 0.4s;
    -wekbkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}
.trl-l-layout__text img{
    display: inline-block;
    vertical-align: middle;
    top: -4px;
    position: relative;
    margin-right: 5px;
}

.trl-l-layout__block:hover .trl-l-layout__text{
    padding: 0 23px;
    max-height: 100%;
}
.trl-l-layout__block a:before{
    content: "\e901";
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 17px;
    color: #fff;
    font-family: 'trl-icons';
    z-index: 1;
    
    opacity: 0;
    filter: alpha(opacity=0);

    transition: opacity 0.2s ease 0.3s , right 0.2s ease 0.3s ;
    -webkit-transition: opacity 0.2s ease 0.3s , right 0.2s ease 0.3s ;
    -moz-transition: opacity 0.2s ease 0.3s , right 0.2s ease 0.3s ;
    -ms-transition: opacity 0.2s ease 0.3s , right 0.2s ease 0.3s ;
    -o-transition: opacity 0.2s ease 0.3s , right 0.2s ease 0.3s ;
}
.trl-l-layout__block:hover a:before{
    opacity: 1;
    filter: alpha(opacity=100);
    right: 34px;
}
.trl-l-layout__block:hover a:after{
    width: 100%;
    height: 100%;

    opacity: 1;
    filter: alpha(opacity=100);
}
.trl-l-layout__block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    box-shadow: inset 0 -147px 119px -64px rgba(0, 0, 0, 0.93);
    -webkit-box-shadow: inset 0 -147px 119px -64px rgba(0, 0, 0, 0.93);
    -moz-box-shadow: inset 0 -147px 119px -64px rgba(0, 0, 0, 0.93);
    -ms-box-shadow: inset 0 -147px 119px -64px rgba(0, 0, 0, 0.93);
    -o-box-shadow: inset 0 -147px 119px -64px rgba(0, 0, 0, 0.93);

    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}
.trl-l-layout__block:hover:before{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.trl-l-footer{
    text-align: center;
    padding: 2vh;
}
.trl-l-footer p{
    font-size: 12px;
    color: #606060;
    margin: 0;
}
.trl-l-base{
    min-height: 100vh;
    background: url(../images/background-pattern.png);

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;


    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trl-l-session--base {
    height: 100%;
    width:100%;
    margin: 0 auto;
    background-image: url(../images/bg-login-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-items:center;
    justify-content:center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.trl-l-session__info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0 46px 40px;
    z-index: 1; 
}
.trl-l-session__left:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    box-shadow: inset 0px -530px 90px -290px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: inset 0px -530px 90px -290px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: inset 0px -530px 90px -290px rgba(0, 0, 0, 0.70);
    -ms-box-shadow: inset 0px -530px 90px -290px rgba(0, 0, 0, 0.70);
    -o-box-shadow: inset 0px -530px 90px -290px rgba(0, 0, 0, 0.70);
}
.trl-l-session__info h3{
    margin: 0px 0px 12px;
    padding: 0px;
    font-size: 30px;
    color: #fff;
    line-height: 39px;
}
.trl-l-session__info h6{
    margin: 0px 0px 50px;
    padding: 0px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.60);
}
.trl-l-session__info .trl-l-session__copy-right{
    display: block;
    line-height: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.30);
}
.trl-l-session__right {
    width: 500px;
    padding: 35px 15px 35px 15px;
    background: -webkit-linear-gradient(top, #fff, #fff);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.trl-l-session__top {
    padding-bottom: 40px;
    min-height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}

.trl-session__logo-left h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: rgb(86,94,96);
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}

.trl-session__logo-left:before {
    content: '';
    width: 10px;
    height: 10px;
    /*border-left: #ff5500 2px solid;
    border-bottom: #ff5500 2px solid;*/
    display: block;
    position: relative;
    bottom: -26px;
    left: -5px;
}

.trl-session__logo-left h2:after {
    content: '';
    width: 10px;
    height: 10px;
    /*border-top: #ff5500 2px solid;
    border-right: #ff5500 2px solid;*/
    border-bottom: none;
    border-left: none;
    position: relative;
    display: block;
    top: -27px;
    right: -44px;
}
.trl-session__logo-left {
    width: 40%;
    position: relative;
    height: 100%;
}
.trl-session__logo-right{ 
    width: 30%;
    text-align: right;
    height:100%;
}
.trl-session__logo-right a{
    display: inline-block;
}
.trl-session__logo-left a{
    display: block;
    max-width: 100px;
}
.trl-session__info{
    margin: auto;
    max-width: 304px;
    width: 100%;
}
.trl-session__logo-inside{
    padding-bottom: 17px;
}
.trl-session__logo-inside a{
    display: block;
    max-width: 256px;
}
.trl-register__logo-inside{
    display:inline;
}
.trl-register__logo-inside img {
    max-width: 156px;
}
.trl-register__logo-inside h2 {
    display:inline;
}
.trl-session__content h3 {
    margin: 0px 0 30px;
    padding: 0px;
    font-size: 23px;
    color: #333333;
    font-weight: 700;
    line-height: normal;
}
.form-group{
    position: relative;
}
.form-group .form-label{
    display: block;
    line-height: normal;
    font-size: 12px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 7px;
}
.form-control{
    display: block;
    width: 100%;
    border: #cacaca 1px solid;
    padding: 6px 10px;
    height: auto;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.40);
    outline: none;
    resize: none;

    transition: color ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
    -webkit-transition: color ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
    -moz-transition: color ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
    -ms-transition: color ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
    -o-transition: color ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
}
.form-control:focus{
    border-color: #ff641e;

    box-shadow: 0px 0px 9px 0px rgba(255, 100, 30, 0.41);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(255, 100, 30, 0.41);
    -moz-box-shadow: 0px 0px 9px 0px rgba(255, 100, 30, 0.41);
    -ms-box-shadow: 0px 0px 9px 0px rgba(255, 100, 30, 0.41);
    -o-box-shadow: 0px 0px 9px 0px rgba(255, 100, 30, 0.41);
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(51, 51, 51, 0.40);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(51, 51, 51, 0.40);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(51, 51, 51, 0.40);
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(51, 51, 51, 0.40);
}
.trl-u-position--relative{
    position: relative;
}
.form-group .trl-form--show-password{
    position: absolute;
    top: 12px;
    right: 8px;
    background: none;
    border: none;
    padding: 0px;
    font-size: 19px;
    outline: none;
    color: #a0a0a0;

    transition: color ease 0.2s;
    -webkit-transition: color ease 0.2s;
    -moz-transition: color ease 0.2s;
    -ms-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
}
.form-group .trl-form--show-password.active{
    font-size: 24px;
    top:8px;
}
.form-group .trl-form--show-password.active:before{
    content: "\e903";
}
.form-group .trl-form--show-password:before{
    content: "\e902";
    font-family: 'trl-icons';
    display: block;
}
.form-group .trl-form--show-password:focus, .form-group .trl-form--show-password:hover{
    color: #000;
}
.form-group .trl-form--show-confirm-password {
    position: absolute;
    top: 12px;
    right: 8px;
    background: none;
    border: none;
    padding: 0px;
    font-size: 19px;
    outline: none;
    color: #a0a0a0;
    transition: color ease 0.2s;
    -webkit-transition: color ease 0.2s;
    -moz-transition: color ease 0.2s;
    -ms-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
}

.form-group .trl-form--show-confirm-password.active {
     font-size: 24px;
     top: 8px;
}

.form-group .trl-form--show-confirm-password.active:before {
    content: "\e903";
}

.form-group .trl-form--show-confirm-password:before {
     content: "\e902";
     font-family: 'trl-icons';
     display: block;
}

.form-group .trl-form--show-confirm-password:focus, .form-group .trl-form--show-confirm-password:hover {
     color: #000;
}
.trl-l-form--show-field .form-control{
    padding-right: 45px;
}
.form-group + .form-group{
    margin-top: 21px;
}
.trl-l-session__position{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.trl-l-button__wrap{
    padding-top: 40px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.trl-l-button__wrap button{
    width: 49%;
}
.trl-c-btn{
    border: #b7b7b7 1px solid;
    background: none;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 15px 8px;
    line-height: normal;
    outline: none;
    color: #000;

    transition: color ease 0.2s, background ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
    -webkit-transition: color ease 0.2s, background ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
    -moz-transition: color ease 0.2s, background ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
    -ms-transition: color ease 0.2s, background ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
    -o-transition: color ease 0.2s, background ease 0.2s, border ease 0.2s, box-shadow ease 0.2s;
}
.trl-c-btn:hover, .trl-c-btn:focus{
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
}
.trl-c-btn.disabled, .trl-c-btn:disabled {
	opacity: .65!important;
	cursor: not-allowed!important;
	box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    -o-box-shadow: none!important;
} 
.trl-c-btn--secondary{
    border-color: #ff5205;
    background: #fff;
    color: #ff5500;
}
.trl-c-btn--secondary.disabled, .trl-c-btn--secondary:disabled{
	background-color: #e5e5e4;
    border-color: #e5e5e4;
}
.trl-c-btn--secondary:hover, .trl-c-btn--secondary:focus, .trl-c-btn--primary:focus, 
.trl-c-btn--primary:hover{
    box-shadow: 0px 0px 12px 0px rgba(255, 85, 0, 0.34);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 85, 0, 0.34);
    -moz-box-shadow: 0px 0px 12px 0px rgba(255, 85, 0, 0.34);
    -ms-box-shadow: 0px 0px 12px 0px rgba(255, 85, 0, 0.34);
    -o-box-shadow: 0px 0px 12px 0px rgba(255, 85, 0, 0.34);
}
.trl-c-btn--primary{
    border-color: #ff5205;
    background: #ff5205;
    color: #fff;
}
.trl-c-btn--primary.disabled, .trl-c-btn--primary:disabled{
	background-color: #ff5500;
    border-color: #e64d00;
}
.trl-session__footer{
    padding: 35px 15px 0;
    text-align: center;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-top: auto;
}
.trl-session__footer p{
    margin: 0;
}
.trl-u-form__validation-msg{
    font-size: 12px;
    color: #ff0000;
    line-height: normal;
    display: block;
    /*position: absolute;*/
    width: 100%;
	margin-top: 5px;
    text-align: left;
    margin-top: 2px;
}

.trl-session__login .resp-tabs-list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.trl-session__login .resp-tabs-list li{
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.trl-session__login .resp-tabs-list li a{
    padding: 9px 0px;
    line-height: normal;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.40);
    position: relative;
}
.trl-session__login .resp-tabs-list li a:before{
    content: '';
    width: 0%;
    height: 3px;
    background: #ff5500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;

    transition: width ease 0.2s;
    -webkit-transition: width ease 0.2s;
    -moz-transition: width ease 0.2s;
    -ms-transition: width ease 0.2s;
    -o-transition: width ease 0.2s;
}
.trl-session__login .resp-tabs-list li.resp-tab-active a:before{
    width: 100%;
}
.trl-session__login .resp-tabs-list li.resp-tab-active{
    padding: 0;
    background: none;
    border: none;
}
.trl-session__login .resp-tabs-list li.resp-tab-active a{
    color: #333333;
}
.trl-session__login .trl-l-tab__item{
    border: none;
    background: none;
    padding: 30px 0 0 0;
}
.trl-session__login .resp-tabs-container{
    background: none;
}
.trl-l-session__forgot{
    padding-top: 20px;
}
.trl-l-session__forgot a{
    display: inline-block;
    font-size: 12px;
    color: #ff5500;
    text-decoration: underline;
    line-height: normal;
}
.trl-l-session__captcha{
    padding-top: 17px;
}
.trl-l-login__btn-wrap{
    padding-top: 16px;
    display: block;
}
.trl-l-login__btn-wrap .trl-c-btn{
    width: 100%;
}
.trl-l-session__seperation{
    position: relative;
    text-align: center;
    padding: 12px 0;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.trl-l-session__seperation:before, .trl-l-session__seperation:after{
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #d9d9d9;
}
.trl-l-session__seperation span{
    display: inline-block;
    padding: 0 17px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
.trl-c-btn--facebook{
    background: #39579b;
    color: #fff;
    border-color: #39579b; 
}
.trl-c-btn--facebook i{
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 5px;
}
.trl-session__login h2.resp-accordion{
    display: none;
}
.trl-u-width-100{
    width: 100%;
}
.field-validation-error {
    color: red;
}
.trl-client-message {
    border: 1px solid #ff5205;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #ff5205;
    font-size : 12px;
}
    /* Media Screens*/
    @media screen and (max-width: 1200px) {

        .trl-l-layout__wrap {
            max-width: 820px;
            margin: 0 auto;
        }

        .trl-l-layout__block {
            width: 47.5%;
        }

        .trl-l-layout--base h1 {
            font-size: 26px;
        }

        .trl-l-session__info h3 {
            font-size: 25px;
            line-height: 28px;
        }

        .trl-l-session__info h6 {
            font-size: 15px;
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 991px) {

        .trl-l-session__info h3 {
            font-size: 22px;
            line-height: 23px;
        }

        .trl-session__content h3 {
            font-size: 19px;
        }

        .trl-l-session__info {
            padding-left: 25px;
            padding-right: 25px;
        }

        .trl-session__footer {
            padding-right: 0;
            padding-left: 0;
        }
    }

    @media screen and (max-width: 767px) {

        .trl-l-layout__wrap {
            max-width: 390px;
        }

        .trl-l-layout__block {
            width: 100%;
            min-width: 100%;
        }

        .trl-l-layout--base h1 {
            font-size: 19px;
        }

        .trl-l-footer {
            padding: 40px 0 22px;
        }

        .trl-l-layout__block .trl-l-layout__text {
            font-size: 14px;
        }

        .trl-l-layout__text img {
            max-width: 50px;
        }

        .trl-l-session__info h3 {
            font-size: 12px;
            line-height: 14px;
            margin: 0px 0px 4px;
        }

        .trl-l-session__info {
            padding-bottom: 10px;
            position: static;
            padding-top: 12px;
        }

        .trl-l-session--base {
            display: block;
        }

        .trl-l-session__left {
            width: 100%;
            /*height: 250px;*/
            height: auto;
            background-image: none;
            background: #515a5d;
        }

        .trl-l-session__right {
            width: 100%;
        }

        .trl-l-session__right {
            padding-bottom: 25px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .trl-l-session__top {
            padding-bottom: 29px;
        }

        .trl-l-session__info h6 {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .trl-l-session__left:before {
            display: none;
            /* box-shadow: inset 0px -530px 90px -450px rgba(0, 0, 0, 0.70);
        -webkit-box-shadow: inset 0px -530px 90px -450px rgba(0, 0, 0, 0.70);
        -moz-box-shadow: inset 0px -530px 90px -450px rgba(0, 0, 0, 0.70);
        -ms-box-shadow: inset 0px -530px 90px -450px rgba(0, 0, 0, 0.70);
        -o-box-shadow: inset 0px -530px 90px -450px rgba(0, 0, 0, 0.70);*/
        }
    }

    @media screen and (max-width: 600px) {
    }

    @media screen and (max-width: 480px) {
    }

    @media screen and (max-width: 320px) {
    }