html {
    position: relative;
    min-height: 100%
}

body {
    background-color: #6BCABA !important;
    background-image: linear-gradient(to right, #B5E3D8, #6BCABA, #6BCABA, #6BCABA, #B5E3D8) !important;
    font-family: Montserrat !important;;
}
.card-login {
    max-width: 30rem;
}

.logo {
    width: 100px !important;
}

.btn-primary {
    background-color: #6BCABA;
    font-weight: bold;
    border: 2px solid #6BCABA;
}

fieldset {
    display: block;
    border: 2px solid #6BCABA;
    border-radius: 10px;
}


legend {
    color: #6BCABA;
    font-size: 20px;
    text-align: center;
}

input, input:focus {
    border: 0 !important;
    outline: none !important;
}
