body {
    background-color: #062d59;
    margin: 0;
}

.ttext{
  
    color: #f9f3f4;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 100%;
    min-width: 300px;
    min-height: 200px;
    line-height: 1.5em;

}

button:hover {
    opacity: 0.8;
}

.btns{
    
    position: absolute;
    text-align: center;
    top: 200px;
    min-width: 200px;
    width: 100%;
    height: 80%;
}

.loginbtn{

    background-color: #1383af;
    color: #ffffff;
    height: 5%;
    min-width: 200px;
    min-height: 40px;
    width: 15%;
    border: none;

}

.loginFields {
    
    height: 0%;
    min-height: 0px;
    min-width: 200px;
    max-width: 15%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    background-color: #1383af;
    border: none;
}

.loginForm {

    color: #FFFFFF;
    height: 0%;

}

.btext{

    color: #1383af;
    margin: 1% 0 0 1%;
    width: 98%;
    text-align: center;

}

.signupbtn{

    background-color: #1383af;
    color: #ffffff;
    min-width: 200px;
    min-height: 40px;
    width: 15%;
    height: 5%;
    border: none;

}

.signUpFields {

    height: 0%;
    min-width: 200px;
    max-width: 15%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    background-color: #1383af;
    border: none;

}

.signUpForm {
    
    color: #FFFFFF;
    height: 0%;

}

#particles-js{
    height: 100vh;
}

/*
.full-container-wrapper {
    color: #b2babb;
    position: relative;
    padding: 0 0 0 0;
    min-height: 100%;
    text-align: center;
}

.full-container {
    
}

.container {
    position: relative;
    height: 100%;
    width: 100%;
}

.title {
    text-align: center;
    font-family: book;
    margin: 55px auto 40px auto;
    width: 325px;
    height: 100px;
}

.or {
    color: #7fb3d5;
}

.login {
    height: 40px;
    width: 400px;
}

.signUp {
    height: 40px;
    width: 400px;
}

.submit {
    margin: 10px 0 0 0;
    height: 35px;
    width: 150px;
}


.signUpFields {
    height: 300px;
    max-width: 400px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

button {
    background-color:  #7fb3d5;
    color: white;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    width: 50%;
    font-family: arial;
    font-size: 16px;
}


form {
    height: 100%;
    width: 100%;
}*/
