/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is:  vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
********************************************************************************/

body {
	font-family: Arial, Helvetica, san-serif;
	margin: 0;
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0.9)), url("../images/Login-Screen-BG__White.svg");
    background-repeat: no-repeat;
    background-position: center 80%;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html {
  height: 100%
}
.loginbox {
  text-align: center;
  height: 550px;
  width: 100%;
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#form{
   padding: 15px 0px 0px 0px;
}

.twosevenfourlogo{margin-top: 6px;}
.footer-logo{padding: 5px 0px 0px 0px;}

.loginForm {
  text-align: center;
  height: 450px;
  width: 306px;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pluginsPromotionDiv {
	background-color: #D0DDED;
	-webkit-box-shadow: 3px 3px 3px 3px rgba(150, 150, 150, 0.5);
	-moz-box-shadow: 3px 3px 3px 3px rgba(150, 150, 150, 0.5);
	box-shadow: 3px 3px 3px 3px rgba(150, 150, 150, 0.5);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}
.loginForm .input input{
  outline: 0;
  border-width: 0 0 2px;
  border-color: rgba(0, 74, 97, .3);
  border-bottom:1.5px solid rgba(0, 74, 97, .3);
  width: 258px;
  height: 24px;
  color: #000 !important;
  font-family: Roboto;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 14px !important;
  text-align: center;
}
#submitButton{
  box-sizing: border-box;
  height: 24px;
  width: 77px;
  border: 1px solid #006E78;
  border-radius: 3px;
  background: linear-gradient(180deg, #FFF 0%, #E4F4FC 100%);
  color: #006E78;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  margin-top: 23.5px;
  opacity: 0.5;
}
.forgot-password {
  height: 14px;
  width: 100%;
  color: #006E78;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}
.forgot-password-div{
  margin-top: 17px !important
}
.privacy-policy,
.privacy-policy a{
  height: 14px;
  width: 100%;
  color: #787D7E !important;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none !important;
  padding-top: 7px;
}
.need-help-for-any-assistance a{
	text-decoration: none;
	color:#000;
}
.need-help-for-any-assistance{
	height: 34px;
	width: 340px;
	color: #000;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 1%;
}
.errorMessage {
	color: #FF0000;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
}
.labelDiv{
  font-weight: 600;
  width:100% !important;
  height: 14px;
  color: #787D7E;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-bottom:3px;
}
.labelDiv label{
  width: 258px;
}
.shape {
  height: 12.74px;
  width: 12.74px;
  background-color: #006E78;
}
.terms-and-conditions {
  height: 14px;
  width: 159px;
  color: #006E78;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.investor-portal {
  width: 306px;
  color: #787D7E;
  font-family: Roboto;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,74,97,0.6); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 74%;
  position: fixed;
  left: 10%;
  top: 5%;
}
.modal-body {
  width: 100%;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto; /* Enable scroll if needed */	
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.inv_terms_and_conditions {
  height: 30px;
  border-radius: 5px;
  background-color: #004A61;
  padding: 0.2rem 0.2rem;
}
.inv-portal-terms {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  float: left;
}
.inv-terms-close{
	float: right;
	cursor: pointer;
}

.text-li {
  height: 18px;
  width: auto;
  color: #004A61;
  font-family: Arial;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  margin-left: 5%;
}
.desc-text-li {
  height: 40px;
  width: 918px;
  color: #000;
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  margin-left: 5%;
}

.sucess_message {
    width: 50%;
    height: 30px;
    border: 1px solid #569d45;
    margin: 10px auto;
    padding: 0;
    line-height: 1;
    font-size: 11px;
    background-color: #FFFFFF;
    color: #569d45;
    background-image: url(../images/sucess.png);
    background-position: left;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 30px;
	border-radius: 5px;
}
