:root {
    --primaryBlue: #F0771C;
    --background: #F0F3F5;
    --white: #FFFFFF;
    --light: rgba(255, 255, 255, 0.7);
    --black: #000000;
    --dark: rgba(0, 0, 0, 0.7);
    --textSender: #3D3D3D;
    --skeleton: #E0E0E0;
    --textDetail: #AEAEAE;
    --submitButton: #F0771C;
    --font: 'Montserrat', sans-serif;
}

.brand-image{
    float: none !important;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}
.login-page{
    background-color: #F0771C;
}

html{
    font-size: 13.5px;
}

body {
    font-family: var(--font);
    background-image: url(/img/background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   
}

.logo {
    width: 100px;
    margin: 24px;
}

.form-mitra{
  
    width: 100%;
    border-radius: 8px;
    padding: 12px;
    background-color: rgba(255,255,255,0.9);
}

.form-mitra label{
    font-size: 12px;
}

.title {
    font-family: var(--font);
    font-size: 14px;
    color: var(--black);
    text-align: center;
    margin: 8px;
    font-weight: 600;
    margin-bottom: 24px;
}

.form-mitra.success i{

    font-size: 80px;
}

.btn-group-toggle>.btn{
    margin-bottom: 0.5rem;
}