﻿body {
    
    background-size: cover;
    /*padding: 0px 0px 30px 0px;*/
    font-family: 'Roboto', sans-serif;
    /*font-size: 100%;*/
}

form{
   padding-top:50px;
   overflow: hidden;
   /*padding-left:100px*/;
}

.login input {
    outline: none;
    font-size: 25px;
    font-weight: 500;
    color: black;
    padding: 15px 20px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 25px;
    /*margin: 0px 0px 0px 30px;*/
    width: 250px;
    -webkit-appearance: none;
}

.forgot input[type="submit"] {
    background: #369aea;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 0;
    width: 20%;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*margin: 0px 170px 100px auto ;*/
    border: none;
}

.forgot input[type="submit"]:hover {
    background: #818181;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.forgot {
    text-align: center;
    margin-bottom: 20px;
}

/*--login end here--*/
