﻿.secondary-button {
    height: 40px;
    background-color: #00ABD3;
    color: white;
    border: 0px;
    border-radius: 5px;
}
.input {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   margin-bottom: 10px;
}
.input label {

}
.input input {
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    height: 40px;
    padding-left: 10px;
    width: 100%;
}
.input input:focus {
    outline: none
}

.raz-select {
    height: 40px;
    border-radius: 5px;
}
.raz-select:focus {
    cursor: none;
}
.raz-select:hover {
    cursor: pointer;
}

.primary-button {
    height: 40px;
    outline: none;
    background-color: #0F5591;
    border-radius: 5px;
    color: white;
    border: 0px
}

.raz-input {
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    border:1px solid gray;
}
.raz-input:focus {
    outline: none;
}