﻿@font-face {
    font-family: 'Roboto-Light';
    src: url('../../Fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../../Fonts/Roboto-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}  

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 0px 5px;
  box-sizing: border-box;
  font-size: 14px;
  
}
.form .buttonLogin:hover, .form button:active, .form button:focus {
    background: #337ab7;
    color: #ffffff;
    height:50px;
}

.form .buttonLogin {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #337ab7;
    width: 100%;
    border: 0;
    padding:0px 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
       height:50px;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body 
{
   background: #f3f6f2;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

    .loginTitle {padding: 20px;text-align: center; border: 1px solid gray;background: #337ab7;color: #fff;font-size: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);}


/*******Start of New Login page *******/

.login-new-page.bg-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page-content {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 0 0 1000px rgb(79 126 216 / 36%);
}

.login-new-page .left-panel {
    width: 35%;
    height: 100%;
    background-color: #fff;
    float: left;
    padding: 15px;
}

.login-new-page .right-panel {
    width: 65%;
    height: 100%;
    float: right;
}

.left-panel-content {
  height: calc(100% - 63px);
}

.left-panel-child {
    position: relative;
    top: 40%;
}

.login-new-page .left-panel .company-rights {
    text-align: left;
}

.login-new-page .ca-cmrcl {
    font-family: 'Roboto-Light';
}

.login-new-page .ca-auto {
    font-family: Roboto-Black;
}

.login-CA-logo {
    text-align: right;
    margin-bottom: 10px;
}

.login-CA-txt {
    /*float: left;*/
    width: 100%;
    color: #2d75ff;
    text-align: right;
}

    .login-CA-txt span {
        width: 90%;
        height: auto;
        font-size: 34px;
    }


.login-new-page .login-form {
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    position: relative;
    top: 30%;
    background: rgba(11, 29, 64, 0.4);
    border-radius: 4px;
}

.form-header {
    color: white;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-family: 'Roboto-Black';
}

.login-new-page .input-group-addon {
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.login-new-page .input-group-addon i {
  color: #2d75ff;
}

.login-new-page .input-group span, .login-new-page .input-group input {
    border: none;
}
.login-new-page .input-group input {
  font-size: 14px;
}
.login-new-page .input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  font-size: 14px;
}

.login-new-page .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-size: 14px;
}

.login-new-page .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 14px;
}

.login-new-page .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  font-size: 14px;
}

.login-new-page .buttonLogin {
    color: #fff;
    background-color: #2d75ff;
    border: none;
    font-family: 'Roboto-Black';
    cursor: pointer;
    font-size: 14px;
    padding: 4px 35px;
    line-height: 30px;
    border-radius: 4px;
    margin-top: 10px;
}

/*******End of New Login page *******/