﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial;
}

#infrastructureImg {
    /*background: #fff;*/
    margin: 32px auto;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 1057px;
    height: 189px;
    object-fit: cover;
}

.forms {
    background: #fff;
    margin: 30px auto;
    /*max-width: 500px;*/
    max-width: 400px;
    overflow: hidden;
    position: relative;
    padding: 0;
    border: 1px solid rgb(47, 94, 114);
    margin-right: 15px;
    height: 330px;
    /*box-shadow: 3px 3px 3px rgba(47, 94, 114, 1);*/
}

.forms h1 {
    padding: 0 0 20px 0;
    font-size: 26px;
    color: #666;
    font-weight: lighter;
    text-align: center;
}

.forms form {
    padding: 30px;
}

#signup {
    display: none;
}

.forms .tab-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.forms .tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.forms .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: #e5e6e7;
    color: #888;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    border-top: 3px solid transparent;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.forms .tab-group li a:hover {
    background: #dedfdf;
    color: #666;
}

.forms .tab-group .active a {
    background: #fff;
    color: #444;
    border-top: 3px solid rgb(47,94,114);
}

.forms input {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 10px;
    margin-bottom: 10px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.forms input:focus {
    outline: 0;
    border-color:#ccc;
}

.lblCSS {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.noteCSS {
    font-size: 14px;
    font-weight: normal;
    color: slategray;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.forms .button {
    border: 0;
    outline: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 2px;
    background: rgb(47,94,114);
    color: white;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 10px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.forms .button:hover {
    color: black;
    background-color:lightgray;
}

.text-p {
    text-align: right;
}

.text-p a {
    color: #1383ea;
}

.divStyle {
    padding-left: 15px;
    padding-right: 15px;
}