.aw-zoom {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    outline: none;
}
    .aw-zoom:hover {
        z-index: 2;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        outline: none;
    }
    
.wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.login-input {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif Arial-Bold;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0f2f6), to(#adcad1));
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.8), 0 6px 20px 0 rgba(0,0,0,0.10);
    display: block;
    width: 100%;
    height: 30px;
    border: 0px solid;
    border-radius: 5px;
    padding: 0 10px 0 10px;
}
    .login-input:focus {
        outline: none;
    }

.login-list {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif Arial-Bold;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0f2f6), to(#adcad1));
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.8), 0 6px 20px 0 rgba(0,0,0,0.10);
    display: block;   
    height: 30px;
    border: 0px solid;
    padding: 0 10px 0 10px;    
}

.login-input:focus {
    outline: none;
}

.message-input {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif Arial-Bold;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0f2f6), to(#adcad1));
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.8), 0 6px 20px 0 rgba(0,0,0,0.10);
    display: block;
    width: 200px;
    height: 100px;
    border: 0px solid;
    border-radius: 5px;
    padding: 5px 10px 0 10px;
}

    .message-input:focus {
        outline: none;
    }

.login-button {
    border: 0px solid;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif Arial-Bold;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    width: 10%;
    height: 30px;
    border-radius: 5px;
    justify-content: center;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.8), 0 6px 20px 0 rgba(0,0,0,0.10);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#70bbcd), to(#60abbd))
}
    .login-button:hover {
        border: 0px solid;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#80cbdd), to(#70bbcd));
    }
   
    .login-button:focus {
        outline: none;
    }

.m-b-10 {margin-bottom: 10px;}
.p-t-10 {padding-top: 10px;}
.p-t-40 {padding-top: 40px;}


