@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
    width: 360px;
    padding: 4% 0 0;
    margin: auto;
}
.form {
    position: relative;
    z-index: 1;
    background:#a9c6e8;/* #6699CC;*/
    max-width: 360px;
    margin: 0 auto;
    padding: 45px;

    text-align: center;
    border:0px solid #003A77;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    /*background-color: #003A77;
    color:#f2f2f2;*/
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    top: 5px;
}


body {
    /*background:  /* fallback for old browsers */
    background: -webkit-radial-gradient(center, #ffffff, #a9c6e8);
    background: -moz-radial-gradient(center,  #ffffff, #a9c6e8);
    background: -o-radial-gradient(center,  #ffffff, #a9c6e8);
    background: radial-gradient( to right,  #ffffff, #a9c6e8);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}
#login-b,#chpas_sub {

    font-family: "Roboto", sans-serif;
    /* text-transform: uppercase;*/
    outline: 0;
    background:#003A77;/*#F9B000;/*#b3ffb3;/*#80ff80;/*#77dd77 ;*/
    width: 100%;
    border: 0;
    padding: 15px;
    color: #ffffff;/*#003A77;*/
    font-size: 18px;
    padding: 12px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
}
#login-b:hover,#chpas_sub:hover,#login-b:active,#login-b:focus {
    background:	 #F9B000;/*#66ff66;*/
    color: #003A77;/*#ffffff; */
    box-shadow: 0px 8px 7px #003A77;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .46);
}
/*#0bef39 #00E636 #7cf584*/
#kurs{
    background-color: #ffffff;
    color:#ffffff;
    font-weight: normal;
    font-size: 25px;
}
img{
    background:#ffffff;
    z-index: 100;
    position:relative;
    top:-76px;
    z-index: 100;
    width:70%;
    border-color: #ffffff;
    border-radius: 4px;
    border-top-left-radius:10px;
    border-top-right-radius:40px;
}
.cloud, .cloudshadow {
    width: 175px; height: 60px;
    background: #ffffff;
    border-radius: 100px;
    position: relative;
    margin: 0px 17%;
    margin-bottom: 15px;
}
.cloud:after, .cloud:before, .cloudshadow:after, .cloudshadow:before {
    content: '';
    position: absolute;
    background: #ffffff;
    z-index: 0;
}
.cloudshadow, .cloudshadow:after, .cloudshadow:before {
    margin: 0;
    box-shadow: 0 0 25px #ffffff;/*#003A77l;/* #2c3e50;*/
    z-index: -99;
}
.cloud:after, .cloudshadow:after {
    width: 50px; height: 50px;
    top: -25px; left: 25px;
    border-radius: 100px;
}
.cloud:before, .cloudshadow:before  {
    width: 90px; height: 90px;
    top: -45px; right: 25px;
    border-radius: 200px;
}

/*#chpas_up,#chpas_f{
    height:0px;
    opacity:0;
    transition: height 0.5s;
    transition: opacity 0.9s;
}*/
#chpas_show,#chpas_f span{
    color:#003A77;
    font-size:12px;
    font-weight:bold;
}
#chpas_show:hover{
    cursor: pointer;   
}
.chpas_h{
    height:0px;
    opacity:0;
    transition: opacity 0.3s, height 0.9s;   
}
.chpas_s{
    height:270px;
    opacity:1;

    transition: opacity 0.9s, height 0.3s;   
}
#changer{
    width: 20px;
    height: 20px
}