﻿.ar-main {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 100px;
}

.ar-wellcome {
    width: 67px;
    height: 19px;
    margin: 0 23px 2px 7px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2d3748;
}

.ar-newaccount {
    height: 35px;
    margin-top: 1px;
    margin-left: 7px;
    margin-bottom: 18px;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #344054;
}

.ar-na-message {
    width: 410px;
    height: 31px;
    margin: 18px 96px 27px 7px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #344054;
}

.ar-overlap-group1 {
    height: 304px;
    margin-left: 5px;
    margin-top: 28px;
    position: relative;
    width: 388px;
}

.ar-psmbg {
    background-image: url(../images/psm-bg-1.png);
    background-size: 100% 100%;
    height: 304px;
    left: 85px;
    position: absolute;
    top: 0;
    width: 303px;
}

.ar-circle-reg {
    height: 227px;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 15px;
    width: 346px;
}

.ar-psm-sublogo {
    height: 96px;
    margin-top: 19px;
    display: flex;
    align-items: flex-start;
}

.ar-psm-ico {
    background-image: url(../images/psm-subico.png);
    background-size: 100% 100%;
    height: 48px;
    margin-top: 10px;
    width: 48px;
}

.ar-psm-sl-title-area {
    height: 59px;
    margin-left: 12px;
    margin-top: 9px;
    position: relative;
    width: 153px
}

.ar-psm-sl-title {
    color: #000;
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 600;
    left: 0;
    line-height: normal;
    letter-spacing: normal;
    position: absolute;
    width: 153px;
}

.ar-psm-system {
    color: #000;
    font-family: 'Montserrat';
    font-size: 7.5px;
    font-weight: 400;
    left: 3px;
    line-height: normal;
    letter-spacing: 1.4px;
    position: absolute;
    top: 40px;
    width: 134px;
    height: 11.4px;
}

.ar-corpinfo {
    height: 20px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #344054;
    padding-bottom: 40px
}

.ar-label {
    height: 20px;
    flex-grow: 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #344054;
}

.ar-input-field {
    width: 320px;
}

.ar-input {
    height: 44px !important;
    align-self: stretch !important;
    flex-grow: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    border: solid 1px #d0d5dd;
    background-color: #fff !important;
}

.ar-textarea {
    align-self: stretch !important;
    flex-grow: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    border: solid 1px #d0d5dd;
    background-color: #fff !important;
}

.ar-submit-button {
    width: 320px;
    margin-top: 20px;
}


/* Küçük telefonlar */
@media (max-width: 480px) {
    .ar-main {
        margin-left: 10%;
        margin-right: 10%;
        margin-top:35px;
    }
    .ar-overlap-group1{
        height:205px;
    }
}

/* Tabletler */
@media (min-width: 768px) and (max-width: 991px) {
   
}

/* Dizüstü ve masaüstü */
@media (min-width: 2560px) {
  
}