﻿.form {
    background-color: #0275d8;
    width: 300px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:10px;
}

input {
    all: unset;
    font: 16px system-ui;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
}

::placeholder {
    color: #fff;
    opacity: 0.8;
}

.reset {
    /* width: 20%;
            right: 40px;*/
}

button {
    /*all: unset;*/
    cursor: pointer;
    width: 44px;
    height: 44px;
    background-color: lightblue;
}

svg {
    color: #fff;
    fill: currentColor;
    width: 30px;
    height: 30px;
    /* padding: 10px;*/
}
/*.button {
    background-color: #0275d8;
    border-radius: 15px;
    border: none;
    color: white;
    padding: 15px 32px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    opacity: 0.8;
    cursor: pointer;
}*/

.center {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.reset {
    background-color: #4654e1;
    border-radius: 15px;
    border: none;
    color: white;
    padding: 2px 5px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    opacity: 0.8;
    cursor: pointer;
}
h4{margin-bottom:10px;
   margin-top:10px;
}
.btn-primary{margin:15px;}
.col-sm-4 {padding:5px;}
