html{
    height: 100%;
    width: 100%;
}

body {
    background-image:  url(../images/graduate.jpg);
    background-size:   cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    font-family: "Open Sans";
    padding-left: 50px;
}

h1,h2,h3,h4,h5{
    color: #ffffff;
}

#hosgeldiniz{
    color: #ffffff;
    font-size: 45px;
}

#girisYapin{
    color: #ffffff;
    font-size: 20px;
}

.loginPanel{
    height: 100%;
    width: 100%;
}

.loginRow1{
    height: 35%;
}
.loginRow2{
    height: 15%;
}
.loginRow3{
    height: 25%;
}
.loginRow4{
    height: 25%;
}

.input{
    height: 40px;
    border-width: 0px;
    padding-left: 20px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.7);
    width: 300px;
}

.input:hover{
    background-color: rgba(255,255,255,1);
}

.loginButton{
    height: 40px;
    border: 0px;
    width: 145px;
    font-size:17px;
    margin-right: 5px;
    background: rgb(33, 198, 90);
    color: white;
}


.loginButton:hover{
    background: rgb(40, 225, 101);
}

.lostPasswordButton{
    height: 40px;
    border: 0px;
    width: 145px;
    font-size:17px;
    background: #be6765;
    color: white;
}


.lostPasswordButton:hover{
    background: #D5726D;
}


#rememberMeText{
    color: white;
    font-size: 17px;
}

#rememberMe{
    margin-bottom: 10px;
    width: 20px;
    height: 100%;
    vertical-align: middle;
    color: white;
    opacity: 0.7;
}

#beta{
    color: rgb(2, 149, 255);
    font-weight: bold;
    cursor:pointer;
}

#facebook{
    text-decoration: none;
}

#copyRight{
    position: fixed;
    bottom: 0px;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-left: -50px;
    padding-left: 50px;
}

#email{
    position: fixed;
    bottom: 0px;
    right:10px;
    z-index: 5;
    color: white;
    cursor:pointer;
}

.iconSmallWhite{
    vertical-align: sub;
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
}