@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,500,600,700,800,900&display=swap');

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f6fafb;
    font-family: 'Montserrat Alternates', sans-serif;

}

.brand-header {
    background: transparent;
}

.brand-logo {
    text-align: center;
}

.login-holder form {
    max-width: 600px;
    margin: 0 auto;
}

.login-holder h2 {
    font-size: 50px;
    margin-top: 10px;
    font-weight: bold;
}

.login-holder p {
    font-size: 18px;
    font-weight: 400;
}

.login-holder .form-control {
    height: 70px;
    background: #fff;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.login-holder .control-label {
    text-align: left !important;
    width: 100%;
}

.btn.btn-primary {
    background: #2626ff;
    font-size: 15px;
    min-width: 250px;
    padding: 10px;
}

.socials {
    margin-bottom: 50px;
}

.socials ul {
    padding: 0;
}

.socials ul li {
    display: inline-block;
    list-style-type: none;
    width: 55px;
    height: 55px;
    margin: 0 10px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
}

.socials ul li:nth-child(2) {
    background: #3f5996;
}

.socials ul li .idp-text {
    display: none;
}

.socials ul li img {
    max-width: 100%;
}

.socials ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 7px;
}
