.container,body {
    margin: 0 auto;
    background: #ebebeb
}

.container {
    width: 350px;
    height: 385px;
    text-align: center;
    border-radius: 15px;
    margin: 150px auto 100px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.9)
}

.container img {
    width: 360px;
    height: 90px;
    margin-top: 50px
}

label {
    font-size: 12px;
    color: #33344a;
    font-family: arial,sans-serif
}

input[type=password],input[type=text] {
    height: 25px;
    width: 200px;
    font-size: 12px;
    margin-bottom: 20px;
    background-color: #33344a;
    padding-left: 30px;
    border-color: silver;
    border-radius: 8px;
    background: #ebebeb;
    color: #33344a
}

input[type=password]:focus,input[type=text]:focus {
    transition: linear all .25s;
    background-color: #33344a;
    color: #ebebeb
}

::-webkit-input-placeholder {
    color: #33344a
}

.form-input:nth-child(1) {
    padding-top: 50px
}

.recover-form {
    margin-top: -30px
}

.btn-submit,.link {
    font-family: arial,sans-serif;
    font-size: 12px
}

.btn-submit {
    padding: 5px 10px;
    color: rgba(8,44,80,.8);
    border: 0;
    border-radius: 15px;
    background-color: silver;
    font-weight: bolder;
    cursor: pointer;
    float: right;
    margin-right: 60px;
    margin-top: -20px;
    width: 100px
}

.btn-submit:hover {
    background-color: rgba(192,192,192,.7);
    transition: linear all .3s
}

a {
    color: #33344a
}

.link {
    text-align: center;
    margin-top: 30px
}

.recover,a:hover {
    color: #f5f5f5
}

.recover {
    text-align: center;
    margin-top: -30px;
    font-family: arial,sans-serif;
    font-size: 12px
}

.recover-input {
    margin-left: -60px;
    margin-top: 50px
}

.recover-button {
    margin-top: -65px;
    margin-right: 10px
}