body{
    padding-top:4.2rem;
    padding-bottom:4.2rem;
    background: #314755;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00D9DA, #017A7F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00D9DA, #017A7F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
a{
    text-decoration:none !important;
    color:#017A7F !important;
    transition: all 0.2s ease !important;
}

a:hover{
    color:#00D9DA !important;
}

h1,h2,h3{
    font-family: 'Kaushan Script', cursive;
}

.btn-primary {
    background-color: #017A7F !important;
    border-color: #017A7F !important;
    transition: all 0.2s ease !important;
}

.btn-primary:hover {
    background-color: #00D9DA !important;
    border-color: #00D9DA !important;
}

.btn-outline-primary {
    border-color: #017A7F !important;
    transition: all 0.2s ease !important;
}

.btn-outline-primary:hover {
    background-color: #00D9DA !important;
    border-color: #00D9DA !important;
    color:#fff !important;
}

#logo {
    max-width: 250px;
    height: auto;
}

.myform{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    max-width: 500px;
}
.tx-tfm{
    text-transform:uppercase;
}
.mybtn{
    border-radius:50px;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.google {
    color:#666;
    width:100%;
    height:40px;
    text-align:center;
    outline:none;
    border: 1px solid lightgrey;
}
form .error {
    color: #ff0000;
}
#second{display:none;}
/*LOGIN FORM*/

.form-loginContent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    box-sizing: border-box;     
}
.login-logo{

    width: 200px;
    height: 200px;
    display:block;
    margin:auto;
}
.lg {
    max-width: 80% !important;
}
.btn-googleplus {
    background: #E93F2E;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #b72213;
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff;
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #b72213;
    color: #fff;
}

.password-container {
    position: relative;
}

.fa-eye {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: rgb(175, 175, 175);
    
}

.form-group {
    position: relative;
}

#email-suggestions {
    position: absolute; 
    z-index: 1000;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#email-suggestions li {
    width: 100%;
    padding: 8px 12px;
    cursor: pointer;
}

#email-suggestions li:hover {
    background-color: #f1f1f1;
}

@media (max-width: 1024px) {
    #logo {
        max-width: 200px;
    }
}