/* remove codrops styles and reset the whole thing */
body{
    font-family: 'Poppins';//Lato, 'Lato Medium',Arial, Helvetica, sans-serif, 'Arial Narrow' !important;   
}
#container_demo{
     text-align: left;
     margin: 0;
     padding: 0;
     margin: 0 auto;
     font-family: 'Poppins';"Trebuchet MS","Myriad Pro",Arial,sans-serif;
}

/** fonts used for the icons **/ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a.hiddenanchor{
    display: none;
}
/** The wrapper that will contain our two forms **/
#wrapper{
    width: 100%;
    right: 0px;
    height: 660px;  
    margin: 0px auto;   
    position: relative; 
    height: calc(75vh) !important;
}
/**** Styling the form elements **/

/**** general text styling ****/
#wrapper a{
    color: rgb(95, 155, 198);
    text-decoration: underline;
}
#wrapper h1{
    padding: 2px 0 10px 0;
    padding-bottom: 30px;
}
#wrapper h1 img{
    width: 23%;
    left: 38%;
    position: relative;
    
}
.right-logo{
    font-size: 34px;
    color: rgb(6, 106, 117);
    font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
    font-weight: bold;
    margin: 0px 7px -1px 21px;
    float: left;    
}
/** For the moment only webkit supports the background-clip:text; */
.right-logo{
    background: -webkit-repeating-linear-gradient(-45deg, rgb(71, 188, 204) , rgb(58, 134, 169) 20px, rgb(104, 190, 202) 20px, rgb(29, 164, 185) 40px, rgb(62, 163, 179) 40px);
    -webkit-text-fill-color: #ffffff80;
    -webkit-background-clip: text;
}
#wrapper h1:after{
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
    background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
    background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}
.user-header{
    background-color: #4f1b63 !important;
}
#wrapper p{
    margin-bottom:15px;
}
#wrapper p:first-child{
    margin: 0px;
}
#wrapper label{
    color: rgb(85, 89, 99);
    position: relative;
    margin-top:0px;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
    color: rgb(190, 188, 188); 
    font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
    color: rgb(190, 188, 188);
    font-style: italic;
} 
input {
  outline: none;
}

/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]){
    width: 92%;
    margin-top: 4px;
    padding: 10px 5px 10px 32px;    
    border: 1px solid rgb(178, 178, 178);
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
      -moz-box-sizing : content-box;
           box-sizing : content-box;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    /* -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
       -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
            box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset; */
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
    border: 1px solid rgb(129, 152, 158);
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(222, 222, 222, 0.9) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    box-shadow: 0px 1px 4px 0px rgb(230, 230, 230) inset;
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(134, 153, 162);
    position: absolute;
    left: 10px;
    top: 42px;
    width: 30px;
}

/*styling both submit buttons */
#wrapper p.button input:hover, #wrapper p.button input:focus{
    box-shadow:none !important;
    background: #84d5b2;
    background: linear-gradient(to top, #84d5b2, #84d5b2);
}
#wrapper p.button input{
    border-radius: 8px;

    background-color: #84d5b2;

    border: none;

    font-size: 16px;

    text-transform: uppercase;

    padding: 15px 20px;

    min-width: 155px;

    font-weight: 700;

    transition: 0.3s;

    line-height: 20px;

    text-align: center;

    letter-spacing: 0.04em;

    text-decoration: none;
    color: #fff;
    cursor: pointer;
    width:30%;
    /*cursor: pointer;
    background: #ff5100;
    padding: 5px 5px;
    color: #fff;
    font-weight: bold;
    border: 1px solid rgb(177, 36, 28);
    margin-bottom: 10px;
    letter-spacing: 1px;
    border-radius: 10px;
    /* color: #fff; */
    /*-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
 0px 0px 0px 3px rgb(254, 254, 254),
 0px 5px 3px 3px rgb(210, 210, 210);
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;*/
   
}
#wrapper p.button input:hover{
    background: #84d5b2;
    background: linear-gradient(to top, #84d5b2, #84d5b2);
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
    background: ef4036;
    position: relative;
    top: 1px;
    border: 1px solid rgb(12, 76, 87);  
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
    text-align: center;
    margin: 5px 0;
}


/* styling the checkbox "keep me logged in"*/
.keeplogin{
    margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
    display: inline-block;
    font-size: 14px;    
    font-style: italic;
}
.keeplogin input#loginkeeping{
    margin-right: 5px;
}
.keeplogin label{
    width: 80%;
}


/*styling the links to change from one form to another */

p.change_link{
    position: absolute;
    color: #6b7182;
    left: 0px;
    /* height: 20px; */
    width: 100%;
    padding: 17px 30px 20px 0px;
    font-size: 14px;
    text-align: right;
    border-top: 1px solid rgb(219, 229, 232);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: rgb(240, 241, 245);
}
#wrapper p.change_link a {
    padding: 8px 10px;margin-left: 10px
    height: 16px;
    font-size: 14px;
    //font-weight: bold;
    color: #293044 !important;
    text-shadow: 0 1px #e3f1f1;
    background: #ffffff;
    border: 1px solid;
    border-color: #e0e2e8 #9fa7bd #9ba3b9;
    border-radius: 6px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #ffffff, #d4dce0);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
#wrapper p.change_link a:hover {
    color: rgb(57, 191, 215);
    background: rgb(247, 247, 247);
    border: 1px solid rgb(74, 179, 198);
}
#wrapper p.change_link a:active{
    position: relative;
    top: 1px;
}
/** Styling both forms **/
#register, 
#login{
    position: absolute;
    top: 0px;
    width: 80%;
    padding: 18px 6% 60px 6%;
    margin: 0 0 35px 0;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #dedee0;
    border-radius: 4px;
    box-shadow: 17px -13px 26px #ececec;
}
#register{  
    z-index: 21;
    opacity: 0;
}
#login{
    z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
    z-index: 22;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    -ms-animation-delay: .1s;
    animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -ms-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
    padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
    width: 10px;
    padding: 0;
}
.lt8 #wrapper h1{
    color: #066A75;
}
.lt8 #register{ 
    display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
    position: absolute;
    height: 90px;
    background: transparent;
}
.logo-img{
    float: left;
    padding: 15px;
}
.orion-logo-img {
    float: left;
    width: 150px;
    margin: 16px 0px;
    padding: 0px 20px;
}
footer {
    background-color: #101820;
    /* background: linear-gradient(to bottom,#155582,#082d48); */
    color: #fff;
    padding: 21px 0px;
    /* width: 99%; */
    position: relative;
    display: block;
}
.world {
    float: left;
    color: #7d8f94;
    font-size: 14px;
    padding: 6px 12px;
}
.orion_footer ul {
    font-size: 11px;
    line-height: 16px;
    float: right;
    margin: 3px 0;
}
.orion_footer li {
    color: #ffffff;
    display: inline-block;
    padding: 0 30px 4px 0;
    font-size:14px;
}
.orion_footer ul li a {
    color: #ffffff;
}
.lang {
    padding: 0px 3px;
    font-size: 14px;
}
@media (max-width: 768px) {
#wrapper{
    width: 100%;
}
#login{
    width: 100%;
    margin-top:-14px;
    box-shadow:none;
}
.codrops-top{
    width: 100%;
}
.col-sm-4, .col-sm-8{
    padding-right: 0px;
    padding-left: 0px;
}

.codrops-top a {
    padding: 2px 15px;
    font-size: 10px;
}
.orion_footer li {
    color: #7d8f94;
    display: inline-block;
    padding: 0 22px 4px 0;
    font-size: 12px;
}
.logo-img {
    float: none;
    width: 59%;
    margin: 8px auto;
    padding: 0px 20px;
}
.portal-header {
    float: none !important;
    margin: auto !important;
    display: none !important;
}
.orion_footer{
    display:none;
}
#login {
    top: 10px;
}
}

.container {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
 .login-content{
    background: url(../images/Partner_Portal_Mobile.jpg) no-repeat;
    background-size: contain;
    height: 300px;
    margin: -16px;
    margin-top: -40px;
 }
 
.portal-header{
    float: left;
    font-size: 20px;
    margin-top: 23px;
    margin-left: -20px;
    color: #667980;
    text-shadow: 0px 10px 10px #d2cfcf;
    letter-spacing: 1px;
    display:none;
}

.error, .error_notification{
        font-size: 15px !important;
    color: #ff5959 !important;
    background: #fbfbfbbd;
    display: inline-block;
    padding: 6px 18px;  
}
