@import url(http://fonts.googleapis.com/css?family=Raleway);
@font-face {
    font-family: myFirstFont;
    src: url(../font/JF-Flat-regular.ttf);

}
body{
    font-family:myFirstFont !important;
   margin: 0;
   padding: 0;
    background-color: #ff3399;
}
*{
     font-family:myFirstFont !important;
}
div.container{
    width: 100%;
    height: 100%;
    background:#f4f4f4 url(../img/back.jpg) no-repeat;
    background-size: 83% 100%;
    font-family: 'Raleway', sans-serif;
}

.contain_form{
    background-color: #fff;
    background-image: url('../img/images.jpg');
    width: 350px;
    height: 93%;
    padding: 23px;
    box-shadow: 5px 10px 40px black;
}

.logo{
    width: 105px;
    margin-right: 20px;
    margin-top: -70px; 
    float: right;
    float: top;
  

}

input[type=text],input[type=password]{
    
    width: 80%;
    height: 40px;
    padding: 4px;
    margin-top: 8px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    color: #003366;
    font-size: 16px;
    text-align: center;
 border-radius: 20px;
 box-shadow:0px 3px 3px rgba(3, 50, 50, 0.3);
}


input[type=submit]{
    width: 80%;
    height: 40px;
    font-size: 16px;
    background: #597e9a;
    border: 1px solid #4c718e;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px;
    outline:none;
    margin-top: 25px;
    box-shadow:0px 5px 15px rgba(3, 50, 50, 0.3);
    
}
.button:hover{
    font-size: 17px;
    width: 50%;
   
   
}

