﻿/*rgb(0, 150, 136);*/
/* Form Module */
.form-module {
    position: relative;
    background: #ffffff;
    max-width: 320px;
    width: 100%;
    border:1px solid #e0e0e0;
    border-radius:2px;
    /*border-top: 5px solid #0079c1;*/
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    height: 360px;
}
.form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #0079c1;
    width: 100px;
    height: 30px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
}
.form-module .header
{
    width:310px;
    background-color:#e0e0e0;
    height:20px;
    margin-top:20px;
    color:#0079c1;
    font-size:17px;
    font-weight:700;
   padding:5px 0px 5px 10px;
   border-left:5px solid #0079c1;
   margin-left:-5px;
}
.form-module .toggle .tooltip {
    position: absolute;
    top: 5px;
    right: -65px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    }
.form-module .toggle .tooltip:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
    display: none;
    padding: 40px;
}
.form-module .form:nth-child(2) {
    display: block;
}
.form-module h2 {
    margin: 0 0 20px;
    color:  #0079c1;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.form-module input {
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height:30px;
}
.form-module input:focus {
    border: 1px solid  #0079c1;
    color: #333333;
}
.form-module .lbtLogin {
    cursor: pointer;
    background-color:  #0079c1;
    width: 100%;
    height:30px;
    border: 0;
    padding:8px 35px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-decoration:none;
}
.form-module .lbtLogin:hover {
    background: rgba(0, 0, 0, 0.6);
}
.form-module .cta {
    background: #f2f2f2;
    width: 45%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
    float:left;
}
.form-module .cta a {
    color:  #0079c1;
    text-decoration: none;
}
.linkLogin
{
    font-size: 14px;
    color:#0079c1;
    text-decoration: none;
}
.mainFrame
{
    padding:10px;
}
.head-box {  
    background-color: rgba(0, 0, 0, 0.6);
    width:100%;
    height:10px;
    margin-bottom:20px;
}
h1
{
    color:  #0079c1;
}
.head-img{
    opacity:.8;
}
.form-group {
    margin-bottom: 10px;
    top: -405px;
    left: -167px;
}
.row {
    margin-right: 15px;
    margin-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.float-right {
    float: right;
}
.footer
{
    color:#808080;
    width:100%;
    text-align:center;
    font-family:Tahoma;
}
.form-module #title
{
    margin-left:300px;
    text-align:center;
}
