input[type=text],input[type=password],textarea,textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid rgba(151, 201, 238, 0.8);
    -moz-box-shadow:0px 0px 15px RGBA(82, 169, 235, 0.9);
    -webkit-box-shadow:0px 0px 15px RGBA(82, 169, 235, 0.9);
    box-shadow: 0px 0px 15px RGBA(82, 169, 235, 0.9);
    font-family: roboto,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #1b0404;;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

textarea,textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px
}

input[type=text]:focus,input[type=password]:focus,textarea:focus,textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 1px solid rgba(151, 201, 238, 0.8);
    -moz-box-shadow:0px 0px 15px RGBA(82, 169, 235, 0.9);
    -webkit-box-shadow:0px 0px 15px RGBA(82, 169, 235, 0.9);
    box-shadow: 0px 0px 15px RGBA(82, 169, 235, 0.9);
}

input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder,textarea:-moz-placeholder,textarea.form-control:-moz-placeholder {
    color: #888
}

input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,textarea:-ms-input-placeholder,textarea.form-control:-ms-input-placeholder {
    color: #888
}

input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,textarea::-webkit-input-placeholder,textarea.form-control::-webkit-input-placeholder {
    color: #888
}
.form-group {
    margin-bottom: 35px !important;
}
button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 2px solid RGBA(82, 169, 235, 0.9);
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    color: #848589;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-shadow: none;
    -moz-box-shadow:0px 0px 15px RGBA(82, 169, 235, 0.9);
    -webkit-box-shadow:0px 0px 15px RGBA(82, 169, 235, 0.9);
    box-shadow: 0px 0px 15px RGBA(82, 169, 235, 0.9);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 0.8;

}

button.btn:hover {
    opacity: 1;
    color: rgb(74, 145, 207)
}

button.btn:active {
    outline: 0;
    opacity: .6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.btn:focus {
    outline: 0;
    opacity: .6;
    background: #fff;
    color: #000
}

button.btn:active:focus,button.btn.active:focus {
    outline: 0;
    opacity: .6;
    background: #fff;
    color: #000
}
#msg{
    display: none;
    width: auto;
    /*margin: -30px auto 2px;*/
    bottom: 85px;
    position: absolute;
    text-align: center;
    /*border: 1px green dashed;*/
}
@media screen and (min-width:767px) and (max-width:992px){
    #msg {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 350px) {
    #msg {
        font-size: 11px !important;
    }
}
