@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

html,
body {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

h6 {
    font-weight: 600;
    color: #125e96
}

span.desc {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #777;
    margin-bottom: 20px;
    text-align: justify;

}

.form-check-input,
.form-control {
    box-shadow: none !important;
    outline: none
}

.form-signin {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.form-group label {
    font-size: 13px;
    margin-bottom: 3px;
    color: #666;
}

.form-group label .req {
    color: #fa5b27;
}

.save-btn {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
}

.form-check-label {
    font-size: 13px;
}

.form-check-label a {
    text-decoration: none;
}

@media screen and (max-width: 600px){

    body {
        padding-top: 0;
        padding-bottom: 10px
    }

    .form-signin {
        width: 100%;
        padding: 20px;
    }

    .unique-logo {
        height: 25px;
        margin-top: 10px
    }

    .beta-logo {
        height: 60px;
    }

    .theravet-logo {
        height: 28px;
        margin-top: 10px
    }

}
