﻿input{
    width:200px;
    text-align:center;
    border-radius:6px
}

    input:hover {
        transition: background 1.8s;
        background-color: #FAFAFA;
    }

label {
    width: 100px;
    text-align: right
}

button {
    position: relative;
    left: 150px;
    width: 100px;
    border-radius: 6px
}

    button:hover {
        transition: background 1.2s;
        background-color: #FAFAFA;
    }

button img{
    position:relative;
    width:20px;
    height:20px;
    border-radius:10px;
    margin-top:2px;
}

