﻿@import url('https://fonts.googleapis.com/css?family=Lato:100');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

@import "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css";
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

body {
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-weight: 300;
    background-image: url('https://s3.amazonaws.com/wildrydes-firstname-lastnamee/images/signinbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

a {
    color: #aaaaaa;
    transition: all 0.5s ease;
    font-family: Lato;
    font-weight: 300;
    text-decoration: none;
}

a:hover {
    color: #707070;
    text-decoration: none;
}

.circle {
    font-family: Lato;
    font-size: 18px;
    color: #848484;
    text-transform: uppercase;
    text-align: center;
    top: 0px;
    right: 10px;
    width: 140px;
    height: 140px;
    position: fixed;
    z-index: 2;
}

img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.login-box,.verify-box {
    width: 280px;
    height: auto;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000;
    text-align: center;
    position: absolute;
}

.login-box h1,.verify-box h1 {
    letter-spacing: 3.0px;
    float: left;
    font-size: 40px;
    font-family: Lato;
    font-weight: 300;
    border-bottom: 3px solid #808080;
    margin-bottom: 20px;
    padding: 6px 0;
}

.register-box h1 {
    letter-spacing: 3.0px;
    float: left;
    font-size: 40px;
    font-family: Lato;
    font-weight: 300;
    border-bottom: 3px solid #808080;
    margin-bottom: 20px;
    padding: 6px 0;
}

.login-box.flipped {
    width: 280px;
    height: auto;
    margin: 0 auto;
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}

.textbox {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    font-family: Lato;
    font-weight: 300;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #808080;
}

.textbox2 {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    font-family: Lato;
    font-weight: 300;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #808080;
}

.textbox i {
    width: 26px;
    float: left;
    text-align: center;
}

.textbox2 i {
    width: 26px;
    float: left;
    text-align: center;
}

.textbox input {
    border: none;
    outline: none;
    background: none;
    color: #000;
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
    width: 80%;
    float: left;
    margin: 0 10px;
}

.textbox2 input {
    border: none;
    outline: none;
    background: none;
    color: #000;
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
    width: 80%;
    float: left;
    margin: 0 10px;
}

.register-box {
    display: none;
    width: 280px;
    height: auto;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000;
    text-align: center;
    position: absolute;
}

.login-box, .register-box {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.btn2 {
    display: none;
    width: 100%;
    background: none;
    border: 2px solid #808080;
    color: #000;
    padding: 5px;
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
    cursor: pointer;
    margin: 12px 0;
}

.btn,.btn3 {
    width: 100%;
    background: none;
    border: 2px solid #808080;
    color: #000;
    padding: 5px;
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
    cursor: pointer;
    margin: 12px 0;
}