
.navbar {
    display: none;
}

.lobstr-footer {
    /*background: #044672;*/
}

.wrapper {
    /*background: linear-gradient(15deg, #044672 40%, #82c1a9 95%);*/
    /*background: radial-gradient(farthest-side at 85% 10% , #82c1a9, #044672 70%);*/
    background-image: radial-gradient(circle at -3% -5%, #42a096, #1f5e80);
}

.center {
    text-align: center;
}

.logo {
    margin-top: 30px;
    height: 40px;
}

h1.header {
    color: #fefefe;
    font: 700 24px / 50px Ubuntu;
    margin-top: 15px;
}

h2.header {
    color: #ffffff;
    font: 400 14px Ubuntu;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
}

.form {
    margin-top: 40px;
}

.input {
    text-align: left;
    padding-left: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    height: 40px;
    width: 440px;
    font: 400 14px / 40px Ubuntu;
    margin-bottom: 20px;
    border: none;
}

.sign-button {
    background-color: #ffffff;
    border-radius: 5px;
    height: 65px;
    width: 245px;
    color: #022947;
    font: 700 26px / 50px Ubuntu;
    margin-top: 20px;
}

.phone-button {
    background-color: #ffffff;
    border-radius: 5px;
    height: 40px;
    width: 245px;
    color: #022947;
    font: 400 18px / 20px Ubuntu;
    margin-top: 20px;
}

.sign-button:hover, .sign-button:focus  {
    background-color: rgba(255, 255, 255, 0.8);
    color: #022947;
    font: 700 26px / 50px Ubuntu;
    transition: 0.2s;
    border-width: 0px;
}

.phone-button:hover, .phone-button:focus {
    background-color: rgba(255, 255, 255, 0.8);
    color: #022947;
    transition: 0.2s;
}

.links {
    margin-top: 35px;
}

a.register {
    color: #ffffff;
    font: 400 14px Ubuntu;
    text-decoration: underline;
    margin-left: 20px;
    margin-right: 20px;
}

a.register:hover {
    color: #337ab7;
}

.link-text {
    color: #91cfb0;
    font: 400 14px Ubuntu;
    margin-top: 30px;
}

.social {
    margin-top: 30px;
}

.social-button {
    display: inline-block;
}
.social-button > a {
    width: 180px;
    height: 30px;
    font: 400 14px / 18px Ubuntu;
    /*border-radius: 0px;*/
    margin-right: 20px;
    margin-left: 20px;
    border: none;
    border-radius: 0px;
    color: white;
    transition: 0.2s;
}

.social-button > a > span {
    float: left;
    border-right: 1px solid white;
    height: 22px;
    width: 22px;
    margin-top: -3px;
    padding-top: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: 5px !important;
}

.facebook {
    background: #6079a2;
}

.google {
    background: #4a89f7;
}

.facebook:hover, .facebook:focus {
    background: rgba(96, 121, 162, 0.7);
    color: white;
    transition: 0.2s
}

.google:hover, .google:focus {
    color: white;
    transition: 0.2s;
    background: rgba(74, 137, 247, 0.7);
}

.form-control {
    display: inline-block;
}

.has-error {
    border: none !important;
}

.form-error {
    margin-bottom: 20px;
    color: #ff6464;
    font: 600 16px / 18px Ubuntu;
    text-transform: uppercase;
}

.has-error .form-control {
    /*border-color: #ff6464;*/
    border: 2px solid #ff6464
}

.has-error .input:focus {
    border: 2px solid #ff6464
}
.has-error .form-control::-webkit-input-placeholder {color:#ff6464;}
.has-error .form-control::-moz-placeholder          {color:#ff6464;}/* Firefox 19+ */
.has-error .form-control:-moz-placeholder           {color:#ff6464;}/* Firefox 18- */
.has-error .form-control:-ms-input-placeholder      {color:#ff6464;}


.registration-complete {
    color: #91cfb0;
    font: 600 16px Ubuntu;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.has-error strong {
    color: #ff6464;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}
