body{
	background-image: url("../assets/nokia.png");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0px 0px 0px 0px;    
}
#nav{
    background-color: #113285;
    width: 100vw;
    height: 45px;
    text-align: center;
    vertical-align: baseline;
}
#nav img{
     height: 30px;
     margin-top: 7.5px;
}
#language{
    color: white;
    font-size: 20px;
    float: right;
}
#content{
    background-color: rgba(255,255,255,0.4);
    margin-top: 34vh;
    margin-left: 2vw;
    width: 44vw;
    height: 56vh;
}
#formspace {
    /*background-color: rgba(255,255,0,0.4);*/
    padding-top: 5vh;
    /* margin-left: 3vw; */
    width: 44vw;
    text-align: center;
   
}
.formtext {
    width: 20vw;
    /* background-color: rgba(255,0,0,0.4); */
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.mainform {
    width: 20vw;
    /* background-color: rgba(0,0,0,0.4); */
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#content .ftext {
    font-size: 24px;
    color: white;
    margin-top: 0px;
}
#content .login {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    margin-right: 4.7vw;
}
#content input{
    font-size: 18px;
}
#content .textbar{
    width: 15vw;
}
#content .submitbar{
    width: 7.2vw;
    color: #113285;
    background-color: rgba(255,255,255,0.1);
    border-color: #113285;
    border-width: 3px;
    border-radius: 10px;
    border-style: groove;
    cursor: pointer; 

}
#content  select {
    font-size: 20px;
    width: 15vw;
}
#bottomspace {
    /* background-color: rgba(255,255,0,0.4); */
    /* margin-left: 3vw; */
    width: 44vw;
    text-align: center; 
    margin-top: 15px;
}
.bottomtext {
    width: 22vw;
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    vertical-align: top;
    text-align: left;  
    margin-top: -40px;
}
.bottomtext h4,p{
    margin: 10px 10px 10px 10px;
}
.bottomtext a{
    color: #113285;
}
.forget {
    width: 20vw;
    /*background-color: rgba(0,0,0,0.4);*/
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.forget a {
    color: grey;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 3.9vw;
}