html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

    body * {
        font-family: 'ProximaNova', Arial, Helvetica, Verdana, sans-serif !important;
        color:#6d6e71;
    }


/*Login styling ID's and Classes*/

.centre{
    display: flex;
    flex-direction: row;
    justify-content: center
}

#fieldhub1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  
}

#fieldhub2 {
    display: flex;
    justify-content:space-between;
}

#FDLogo {
    margin-right: 190px;
    width: 378px
}

#smallLogo{
    width:150px;
}

.circle1 {
    height: 105px;
    width: 105px;
    background-color: #1268b3;
    border-radius: 50%;
    display: inline-block;
}

#circle1Position {
    display: flex;
    justify-content: center;
    padding-bottom:50px;
}


.circle2 {
    height: 225px;
    width: 225px;
    background-color: #ff0090;
    border-radius: 50%;
    display: inline-block;
}

#circle2Position {
 padding-right:40px
}

.circle3 {
    height: 65px;
    width: 65px;
    background-color: #6d6e71;
    border-radius: 50%;
    display: inline-block;
}

#circle3Position {
   padding-left:0px
}

#logo{
    padding-right:168px;
    padding-top:50px;
}


#forgotPasswordPosition{
    float:right
}

#ct {
}

.btn-primary {
    background-color: #d21174 !important;
}
    .btn-primary:hover {
       
        background-color: #174f82 !important;
    }

h4 {
    color: #6d6e71
}


 /*Edit page Extra Styling*/
.namePosition{
    display:flex;
    flex-direction:row;
  
}

#nameSpace{
    padding-right:5px
}
.fieldSetPadding {
    margin-top: 10px;
    margin-bottom: 10px
}

#checkbox {
    margin-bottom: 10px
}

#checkbox1 {
    display: flex;
    /*flex-direction:column-reverse; */
    justify-content:center
   
}

#checkbox2{
    margin-right:10px
}

/*flex: 3 0 2%;*/


/* COOKIES */

#cookiespolicy {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    display: block;
    background-color: rgba(109,110,113,.9);
    color: #fff;
    box-shadow: 0 0 10px 0 #969696;
    height: 80px;
    width: 100% !important
}

#cookiespolicy2 {
    margin: 0 auto
}

    #cookiespolicy2 div {
        padding: 10px 0;
        font-size: 16px;
        text-align: center
    }

        #cookiespolicy2 div .cookieText {
            text-align: left;
            color: #fff;
        }

a.btn-cookies {
    background-color: white;
    color: rgb(109,110,113);
    border-color: white;
}

    a.btn-cookies:hover {
        background-color: rgb(109,110,113);
        color: white;
        border-color: white;
    }
/*@media screen and (max-width: 1170px) {
    #cookiespolicy2 div {
        padding: 15px 0
    }

    #cookiespolicy {
        height: 120px
    }
}

@media screen and (max-width: 1170px) and (orientation:landscape) {
    #cookiespolicy {
        height: 140px
    }
}

@media screen and (max-width: 970px) {
    #cookiespolicy {
        height: 140px
    }

    #cookiespolicy2 div {
        padding: 0;
        text-align: left
    }

        #cookiespolicy2 div:first-child {
            padding-top: 10px
        }
}

@media screen and (max-width: 970px) and (orientation:landscape) {
    #cookiespolicy {
        height: 160px
    }
}

@media screen and (max-width: 750px) {
    #cookiespolicy {
        height: 220px
    }

    #cookiespolicy2 div {
        padding: 0;
        text-align: left
    }

        #cookiespolicy2 div:first-child {
            padding-top: 10px
        }
}

@media screen and (max-width: 750px) and (orientation:landscape) {
    #cookiespolicy {
        height: 140px
    }
}*/
#cookiespolicy * a.cookiebtn {
    display: inline-block;
    color: #fff !important;
    background-color: #6d6e71 !important;
    padding: 5px 10px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent
}

    #cookiespolicy * a.cookiebtn:hover {
        background-color: #9e9ea0 !important;
        border-color: #9e9ea0 !important;
        text-decoration: none !important;
    }


@media only screen and (max-width : 900px) {

    #cookiespolicy {
        height: 180px;
    }

    a.btn-cookies {
        float: right;
        margin: 5px 0 !important;
    }

}