.loginpage {
    background-image: url(../../Images/loginimg/Login_background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    height: 100%;
}

.panel .form-control {
    height: 44px;
}

.panel {
    border-radius: 15px
}

.buttonLogin {
    background: #f18499;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    display: inline-block;
    color: white;
}

ul.thumbnails.image_picker_selector {
    max-height: 95px;
}

.loginpage-left {
    flex: none;
    width: 55%;
}

#BuildString a {
    color: #fff !important;
}

.loginpage-left .loginpage_image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    min-height: 100%;
    color: #0a1325;
    background-color: #3d4744;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428571429;
    height: 100%
}
/*.loginpage_logo_title {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    color:white;
    font-size : 10rem;
}*/
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.loginpage-right {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: auto;
}

.loginpage-left .loginpage_image .image {
    width: 100%;
    height: 650px;
}

.image {
    vertical-align: middle;
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .loginpage-left .loginpage_image .image {
        width: 100%;
        height: 450px !important;
        vertical-align: middle;
    }
}

.loginpage-formwrapper {
    width: 400px;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .loginpage-formwrapper {
        width: 400px;
    }
}



.sso_section_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#LoginDiv {
    width: 100%;
}

* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.input-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.input-field {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 13px;
    background-color: transparent;
    outline: none;
    font-weight: normal;
}

.input-label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    transition: 0.3s;
    padding: 0 5px;
}

.alert {
    padding: 3px;
    background-color: #f184995c;
    border-color: #f18499a1;
}

b, strong {
    font-weight: 500;
}

label {
    font-weight: 500;
}

.btn-primary {
    background-color: #D2401A;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.btn btn-danger {
    background-color: #D2401A;
    border-color: #df536e;
}

/*=============Mobile===========*/
@media (min-width: 361px) and (max-width: 415px) {
    .loginpage-right {
        flex: none;
        margin-left: 0px !important;
        width: 100%;
        display: contents;
    }

    .loginpage-left {
        display: none;
        flex: none;
        width: 55%;
    }

    .loginpage {
        background-image: url(../../Images/loginimg/Login_background.svg) !important;
        background-repeat: no-repeat;
        background-position-x: right;
        display: inline-block;
        height: 100%;
        text-align: center;
    }
}
