@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,400italic,600italic,700italic,300italic);

body {
  margin: 0;
  padding: 0;
}
.page {
  background: #00aad8;
  font-family: Arial;
  font-size: 15px;
  color: #fff;
  font-family: 'Source Sans Pro', Arial, Sans-Serif;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
}
.page a {
  text-decoration: none;
  color: #fff;
  font-family: arial;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition:  0.3s;
}
.page a:hover {
  color: #533E3E; 
}
.page .page_inner {
}

/* Page Left
----------------------------------*/
.page .left_content {
  width: 45%;
  min-height: 100vh;
}
.page .left_content .left_content_inner {
  margin: 0 0 0 30%;
  padding: 3% 3% 0 0;
}
.page .left_content .header_part {
  text-align: center;
  padding: 0;
  max-width: 400px;
  margin: auto;
}
.page .left_content .header_part .logo {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.page .left_content .header_part .logo .logo_inner {
	text-align: left;
}
.page .left_content .header_part .logo img {
	width: 140px;
}
.page .left_content .header_part .menubar {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
  position: relative;
  text-align: right;
}
.page .left_content .header_part .menubar a.menulink {
  margin: 0;
  vertical-align: middle;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
}
.page .left_content .header_part .menubar a.menulink:hover {
  letter-spacing: 2px;
}
.page .left_content .header_part .menubar .menu_icon {
  background: url("../images/menu_bar.png") center center no-repeat scroll transparent;
  display: inline-block;
  height: 20px;
  width: 18px;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
.page .left_content .header_part .menubar .add_image {
  background-image: url("../images/menu_bar.png");
}
.page .left_content .header_part .menubar .cross_image {
  background-image: url("../images/cross.png");
}
.page .left_content .content_part {
  text-align: center;
  margin: 5% auto;
  max-width: 400px;
}
.page .left_content .content_part .content_part_inner {
  margin: 6% auto 8%;
  padding: 0;
}
.page .left_content .content_part .content_part_inner form {
}
.page .left_content .content_part .content_part_inner form input {
  width: 100%;
  margin: 6px 0;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  text-indent: 15px;
  color: #000;
  line-height: 1.5em;
}
.page .left_content .content_part .content_part_inner form input[type='button'] {
  text-indent: 0;
  background: #2E3B43;
  border: 0 none;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  transition: 0.3s;
}
.page .left_content .content_part .content_part_inner form input[type='button']:hover{
  background: #FEFEFE;
  color: #252222;
  letter-spacing: 1px;
}
.page .left_content .content_part .content_part_inner .sign_forgot_password {
  margin-top: 15px;
}
.page .left_content .content_part .other_login {
  margin: 0 auto 15px;
}
.page .left_content .content_part .other_login .divide {
  text-align: center;
  padding-bottom: 10px;
}
.page .left_content .content_part .other_login .crm_pm_login {
  padding: 5px 0;
  text-align: center;
}
.page .left_content .content_part .other_login .crm_pm_login a {
  text-decoration: underline;
}
.page .left_content .bottom_part {
  text-align: center;
  padding: 15px 0;
  max-width: 400px;
  margin: auto;
}
.page .left_content .bottom_part .bottom_part_inner {
  background: url("../images/icon-trail-coffee.png") left center no-repeat scroll transparent;
  vertical-align: middle;
  padding: 15px 0 15px 50px;
  max-width: 290px;
  margin: auto;
}
.page .left_content .bottom_part .bottom_part_inner .bottom_part_title {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
}
.page .left_content .bottom_part .bottom_part_inner .bottom_part_subtitle {
  font-weight: 500;
}
.page .left_content .trial_section {
  text-align: center;
  padding: 4% 0;
  max-width: 400px;
  margin: auto;
}
.page .left_content .trial_section .trial_try {
  margin: 30px 0 15px;
}
.page .left_content .trial_section .trial_try a {
  padding: 12px 20px;
  background: #9FC818;
  color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.page .left_content .trial_section .trial_try a:hover {
  background: #9FC818;
  letter-spacing: 1px;
  padding: 15px 20px;
}
.page .left_content .trial_section .fast_sell {
  font-size: 25px;
}

/* Page Right
----------------------------------*/
.page .right_content {
  width: 55%;
  background: url("../images/banner.jpg") left top no-repeat scroll transparent;
  height: 100vh;
  right: 0;
  top: 0;
  position: fixed;
  background-size: cover;
}
.page .right_content .banner {
}
.page .right_content .banner .right_content_inner {
  padding: 15% 0 0 5%;
  width: 60%;
}
.page .right_content .banner .content_text {
  font-size: 20px;
  padding: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  line-height: 1.5em;
}
.page .right_content .banner .content_button {
  margin-top: 35px;
}
.page .right_content .banner .content_button a {
  color: #000;
  padding: 14px 26px;
  background: rgba(0, 0, 0, 0.01);
  border: 3px solid #2E3B43;
  border-radius: 2px;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  transition: 0.3s;
}
.page .right_content .banner .content_button a:hover {
  background: #2E3B43;
  color: #fff;
}

/* Menu Items 
----------------------------------*/
.page .left_content .header_part .menubar .menuitems {
  background: rgba(10,37,53,0.95);
  position: absolute;
  width: 240px;
  margin: 0;
  right: 0;
  top: 30px;
}
.page .left_content .header_part .menubar .menuitems ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 20px;
}
.page .left_content .header_part .menubar .menuitems ul li {
  list-style: none;
  display: block;
  margin: 0;
  border-bottom: 1px solid #555;
  padding: 10px 0;
  text-align: left;
}
.page .left_content .header_part .menubar .menuitems ul li a {
  font-family: 'Myriad Pro',Calibri,sans-serif;
  font-size: 110%;
  color: #d8d8d8;
  text-decoration: none;
  line-height: 1.3em;
}
.page .left_content .header_part .menubar .menuitems ul li a.active, 
.page .left_content .header_part .menubar .menuitems ul li a:hover {
  background-position: bottom left;
  color: #00baff;
  text-decoration: none;
}

/* Responsive CSS 
-------------------------------*/
@media screen and (orientation: portrait) {
  .page .left_content {
    width: auto;
    min-height: 100vh;
  }
  .page .left_content .left_content_inner {
    margin: 0;
    padding: 0;
  }
 .page .right_content {
   display: none;
  }
}
/* Ultra HD Screen */
@media screen and (min-width: 1921px) {

}
/* Small Monitor */
@media screen and (max-width: 1200px) {

}
/* Tab */
@media screen and (max-width: 992px) {
  .page .left_content {
    width: auto;
    min-height: 100vh;
  }
  .page .left_content .left_content_inner {
    margin: 0;
    padding: 0;
  }
  .page .left_content .left_content_inner .header_part {
    padding: 20px 0 0 20px;
  }
 .page .right_content {
   display: none;
  }
}
/* Small Tab / Fablet */
@media screen and (max-width: 767px) {

}
/* Mobile */
@media screen and (max-width: 480px) {
  .page .page_inner {
		padding: 0 10px;
  }
}
DIV#messageBox, DIV.messageBoxExtra,
DIV#exceptionBox, DIV.exceptionBoxExtra,
DIV.notificationBox{text-align: left;}